#C96249

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

Shades of Dark Coral #C96249

Tints of Dark Coral #C96249

Color information

#C96249 (or 0xC96249) is unknown color: approx Dark Coral. HEX triplet: C9, 62 and 49. RGB value is (201,98,73). Sum of RGB (Red+Green+Blue) = 201+98+73=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C96249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96249 is #369DB6. Grayscale: #7E7E7E. Windows color (decimal): -3579319 or 4809417. OLE color: 4809417.

HSL color Cylindrical-coordinate representation of color #C96249: hue angle of 11.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C96249 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2019873-
CMYK00.510.640.21
HSL11.72º54.24%53.73%-
HSV(B)11.72º63.68%78.82%-
XYZ29.6621.638.92-
YUV125.9598.12181.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.03%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=54.03%
G=26.34%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201987300.510.640.2111.7254.2453.73
HexC962490334015c3636
Octal31114211106310025146666
Binary110010011100010100100101100111000000101011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96249; }

 p { color: rgb(201,98,73); }

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

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

 a { background-color: rgb(201,98,73); }

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

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

 span { border-color: rgb(201,98,73); }

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