#C85545

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

Shades of Dark Coral #C85545

Tints of Dark Coral #C85545

Color information

#C85545 (or 0xC85545) is unknown color: approx Dark Coral. HEX triplet: C8, 55 and 45. RGB value is (200,85,69). Sum of RGB (Red+Green+Blue) = 200+85+69=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85545 is #37AABA. Grayscale: #757575. Windows color (decimal): -3648187 or 4543944. OLE color: 4543944.

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

Color convert

RGB2008569-
CMYK00.580.660.22
HSL7.33º54.36%52.75%-
HSV(B)7.33º65.5%78.43%-
XYZ28.1419.217.85-
YUV117.56100.6186.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.50%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=56.50%
G=24.01%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200856900.580.660.227.3354.3652.75
HexC8554503A421673635
Octal3101251050721022676665
Binary11001000101010110001010111010100001010110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85545; }

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

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

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

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

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

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

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

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