#C85D4A

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

Shades of Dark Coral #C85D4A

Tints of Dark Coral #C85D4A

Color information

#C85D4A (or 0xC85D4A) is unknown color: approx Dark Coral. HEX triplet: C8, 5D and 4A. RGB value is (200,93,74). Sum of RGB (Red+Green+Blue) = 200+93+74=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D4A is #37A2B5. Grayscale: #7B7B7B. Windows color (decimal): -3646134 or 4873672. OLE color: 4873672.

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

Color convert

RGB2009374-
CMYK00.540.630.22
HSL9.05º53.39%53.73%-
HSV(B)9.05º63%78.43%-
XYZ28.9720.68.93-
YUV122.83100.45183.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.50%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=54.50%
G=25.34%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200937400.540.630.229.0553.3953.73
HexC85D4A0363F1693536
Octal3101351120667726116566
Binary11001000101110110010100110110111111101101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D4A; }

 p { color: rgb(200,93,74); }

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

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

 a { background-color: rgb(200,93,74); }

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

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

 span { border-color: rgb(200,93,74); }

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