#C85C41

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

Shades of Dark Coral #C85C41

Tints of Dark Coral #C85C41

Color information

#C85C41 (or 0xC85C41) is unknown color: approx Dark Coral. HEX triplet: C8, 5C and 41. RGB value is (200,92,65). Sum of RGB (Red+Green+Blue) = 200+92+65=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C41 is #37A3BE. Grayscale: #797979. Windows color (decimal): -3646399 or 4283592. OLE color: 4283592.

HSL color Cylindrical-coordinate representation of color #C85C41: hue angle of 12º 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 #C85C41 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2009265-
CMYK00.540.680.22
HSL12º55.1%51.96%-
HSV(B)12º67.5%78.43%-
XYZ28.620.327.41-
YUV121.2196.28184.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=56.02%
G=25.77%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200926500.540.680.221255.151.96
HexC85C410364416c3734
Octal31013410106610426146764
Binary110010001011100100000101101101000100101101100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C41; }

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

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

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

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

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

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

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

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