#C96649

Color #C96649 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C96649

Tints of Red Damask #C96649

Color information

#C96649 (or 0xC96649) is unknown color: approx Red Damask. HEX triplet: C9, 66 and 49. RGB value is (201,102,73). Sum of RGB (Red+Green+Blue) = 201+102+73=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C96649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96649 is #3699B6. Grayscale: #808080. Windows color (decimal): -3578295 or 4810441. OLE color: 4810441.

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

Color convert

RGB20110273-
CMYK00.490.640.21
HSL13.59º54.24%53.73%-
HSV(B)13.59º63.68%78.82%-
XYZ30.0422.49.04-
YUV128.2996.8179.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=53.46%
G=27.13%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011027300.490.640.2113.5954.2453.73
HexC966490314015e3636
Octal31114611106110025166666
Binary110010011100110100100101100011000000101011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96649; }

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

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

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

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

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

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

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

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