#C96A50

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

Shades of Red Damask #C96A50

Tints of Red Damask #C96A50

Color information

#C96A50 (or 0xC96A50) is unknown color: approx Red Damask. HEX triplet: C9, 6A and 50. RGB value is (201,106,80). Sum of RGB (Red+Green+Blue) = 201+106+80=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A50 is #3695AF. Grayscale: #838383. Windows color (decimal): -3577264 or 5270217. OLE color: 5270217.

HSL color Cylindrical-coordinate representation of color #C96A50: hue angle of 12.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C96A50 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20110680-
CMYK00.470.600.21
HSL12.89º52.84%55.1%-
HSV(B)12.89º60.2%78.82%-
XYZ30.6923.310.47-
YUV131.4498.97177.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=51.94%
G=27.39%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011068000.470.600.2112.8952.8455.1
HexC96A5002F3C15d3537
Octal3111521200577425156567
Binary11001001110101010100000101111111100101011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A50; }

 p { color: rgb(201,106,80); }

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

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

 a { background-color: rgb(201,106,80); }

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

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

 span { border-color: rgb(201,106,80); }

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