#C65646

Color #C65646 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C65646

Tints of Dark Coral #C65646

Color information

#C65646 (or 0xC65646) is unknown color: approx Dark Coral. HEX triplet: C6, 56 and 46. RGB value is (198,86,70). Sum of RGB (Red+Green+Blue) = 198+86+70=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C65646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65646 is #39A9B9. Grayscale: #757575. Windows color (decimal): -3779002 or 4609734. OLE color: 4609734.

HSL color Cylindrical-coordinate representation of color #C65646: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C65646 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1988670-
CMYK00.570.650.22
HSL7.5º52.89%52.55%-
HSV(B)7.5º64.65%77.65%-
XYZ27.7219.18.02-
YUV117.66101.11185.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=55.93%
G=24.29%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198867000.570.650.227.552.8952.55
HexC65646039411683535
Octal30612610607110126106565
Binary110001101010110100011001110011000001101101000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65646; }

 p { color: rgb(198,86,70); }

 H1.HeaderClassName
 {
   color: #C65646;
 }
 .AnyTagClassName
 {
   color: #C65646;
 }
</style>
background-color css

<style>
 a { background-color: #C65646; }

 a { background-color: rgb(198,86,70); }

 div.DivClassName
 {
   background-color: #C65646;
 }
 .BgClassName
 {
   background-color: #C65646;
 }
</style>
border-color css

<style>
 span { border-color: #C65646; }

 span { border-color: rgb(198,86,70); }

 td.TdClassName
 {
   border-color: #C65646;
 }
 .TagClassName
 {
   border-color: #C65646;
 }
</style>