#C96044

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

Shades of Dark Coral #C96044

Tints of Dark Coral #C96044

Color information

#C96044 (or 0xC96044) is unknown color: approx Dark Coral. HEX triplet: C9, 60 and 44. RGB value is (201,96,68). Sum of RGB (Red+Green+Blue) = 201+96+68=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96044 is #369FBB. Grayscale: #7C7C7C. Windows color (decimal): -3579836 or 4481225. OLE color: 4481225.

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

Color convert

RGB2019668-
CMYK00.520.660.21
HSL12.63º55.19%52.75%-
HSV(B)12.63º66.17%78.82%-
XYZ29.3121.28.02-
YUV124.296.29182.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=55.07%
G=26.30%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201966800.520.660.2112.6355.1952.75
HexC960440344215d3735
Octal31114010406410225156765
Binary110010011100000100010001101001000010101011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96044; }

 p { color: rgb(201,96,68); }

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

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

 a { background-color: rgb(201,96,68); }

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

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

 span { border-color: rgb(201,96,68); }

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