#C96D49

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

Shades of Red Damask #C96D49

Tints of Red Damask #C96D49

Color information

#C96D49 (or 0xC96D49) is unknown color: approx Red Damask. HEX triplet: C9, 6D and 49. RGB value is (201,109,73). Sum of RGB (Red+Green+Blue) = 201+109+73=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D49 is #3692B6. Grayscale: #848484. Windows color (decimal): -3576503 or 4812233. OLE color: 4812233.

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

Color convert

RGB20110973-
CMYK00.460.640.21
HSL16.88º54.24%53.73%-
HSV(B)16.88º63.68%78.82%-
XYZ30.7623.849.28-
YUV132.494.48176.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=52.48%
G=28.46%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011097300.460.640.2116.8854.2453.73
HexC96D4902E4015113636
Octal31115511105610025216666
Binary1100100111011011001001010111010000001010110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D49; }

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

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

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

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

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

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

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

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