#C85B45

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

Shades of Dark Coral #C85B45

Tints of Dark Coral #C85B45

Color information

#C85B45 (or 0xC85B45) is unknown color: approx Dark Coral. HEX triplet: C8, 5B and 45. RGB value is (200,91,69). Sum of RGB (Red+Green+Blue) = 200+91+69=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B45 is #37A4BA. Grayscale: #797979. Windows color (decimal): -3646651 or 4545480. OLE color: 4545480.

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

Color convert

RGB2009169-
CMYK00.540.660.22
HSL10.08º54.36%52.75%-
HSV(B)10.08º65.5%78.43%-
XYZ28.6320.198.02-
YUV121.0898.61184.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=55.56%
G=25.28%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200916900.540.660.2210.0854.3652.75
HexC85B450364216a3635
Octal31013310506610226126665
Binary110010001011011100010101101101000010101101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B45; }

 p { color: rgb(200,91,69); }

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

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

 a { background-color: rgb(200,91,69); }

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

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

 span { border-color: rgb(200,91,69); }

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