#C85649

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

Shades of Dark Coral #C85649

Tints of Dark Coral #C85649

Color information

#C85649 (or 0xC85649) is unknown color: approx Dark Coral. HEX triplet: C8, 56 and 49. RGB value is (200,86,73). Sum of RGB (Red+Green+Blue) = 200+86+73=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C85649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85649 is #37A9B6. Grayscale: #767676. Windows color (decimal): -3647927 or 4806344. OLE color: 4806344.

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

Color convert

RGB2008673-
CMYK00.570.640.22
HSL6.14º53.59%53.53%-
HSV(B)6.14º63.5%78.43%-
XYZ28.3519.428.56-
YUV118.6102.27186.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=55.71%
G=23.96%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200867300.570.640.226.1453.5953.53
HexC85649039401663636
Octal3101261110711002666666
Binary11001000101011010010010111001100000010110110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85649; }

 p { color: rgb(200,86,73); }

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

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

 a { background-color: rgb(200,86,73); }

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

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

 span { border-color: rgb(200,86,73); }

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