#C85344

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

Shades of Dark Coral #C85344

Tints of Dark Coral #C85344

Color information

#C85344 (or 0xC85344) is unknown color: approx Dark Coral. HEX triplet: C8, 53 and 44. RGB value is (200,83,68). Sum of RGB (Red+Green+Blue) = 200+83+68=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85344 is #37ACBB. Grayscale: #747474. Windows color (decimal): -3648700 or 4477896. OLE color: 4477896.

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

Color convert

RGB2008368-
CMYK00.580.660.22
HSL6.82º54.55%52.55%-
HSV(B)6.82º66%78.43%-
XYZ27.9618.887.64-
YUV116.27100.76187.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.98%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=56.98%
G=23.65%
B=19.37%

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
Decimal200836800.580.660.226.8254.5552.55
HexC8534403A421673735
Octal3101231040721022676765
Binary11001000101001110001000111010100001010110111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85344; }

 p { color: rgb(200,83,68); }

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

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

 a { background-color: rgb(200,83,68); }

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

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

 span { border-color: rgb(200,83,68); }

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