#C86041

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

Shades of Dark Coral #C86041

Tints of Dark Coral #C86041

Color information

#C86041 (or 0xC86041) is unknown color: approx Dark Coral. HEX triplet: C8, 60 and 41. RGB value is (200,96,65). Sum of RGB (Red+Green+Blue) = 200+96+65=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86041 is #379FBE. Grayscale: #7B7B7B. Windows color (decimal): -3645375 or 4284616. OLE color: 4284616.

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

Color convert

RGB2009665-
CMYK00.520.680.22
HSL13.78º55.1%51.96%-
HSV(B)13.78º67.5%78.43%-
XYZ28.9621.037.53-
YUV123.5694.96182.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=55.40%
G=26.59%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200966500.520.680.2213.7855.151.96
HexC860410344416e3734
Octal31014010106410426166764
Binary110010001100000100000101101001000100101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86041; }

 p { color: rgb(200,96,65); }

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

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

 a { background-color: rgb(200,96,65); }

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

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

 span { border-color: rgb(200,96,65); }

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