#C96F49

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

Shades of Red Damask #C96F49

Tints of Red Damask #C96F49

Color information

#C96F49 (or 0xC96F49) is unknown color: approx Red Damask. HEX triplet: C9, 6F and 49. RGB value is (201,111,73). Sum of RGB (Red+Green+Blue) = 201+111+73=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F49 is #3690B6. Grayscale: #858585. Windows color (decimal): -3575991 or 4812745. OLE color: 4812745.

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

Color convert

RGB20111173-
CMYK00.450.640.21
HSL17.81º54.24%53.73%-
HSV(B)17.81º63.68%78.82%-
XYZ30.9724.279.35-
YUV133.5893.82176.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=52.21%
G=28.83%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011117300.450.640.2117.8154.2453.73
HexC96F4902D4015123636
Octal31115711105510025226666
Binary1100100111011111001001010110110000001010110010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F49; }

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

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

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

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

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

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

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

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