#C96149

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

Shades of Dark Coral #C96149

Tints of Dark Coral #C96149

Color information

#C96149 (or 0xC96149) is unknown color: approx Dark Coral. HEX triplet: C9, 61 and 49. RGB value is (201,97,73). Sum of RGB (Red+Green+Blue) = 201+97+73=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96149 is #369EB6. Grayscale: #7D7D7D. Windows color (decimal): -3579575 or 4809161. OLE color: 4809161.

HSL color Cylindrical-coordinate representation of color #C96149: hue angle of 11.25º 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 #C96149 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2019773-
CMYK00.520.640.21
HSL11.25º54.24%53.73%-
HSV(B)11.25º63.68%78.82%-
XYZ29.5621.458.88-
YUV125.3698.46181.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=54.18%
G=26.15%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201977300.520.640.2111.2554.2453.73
HexC961490344015b3636
Octal31114111106410025136666
Binary110010011100001100100101101001000000101011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96149; }

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

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

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

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

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

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

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

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