#C96A4A

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

Shades of Red Damask #C96A4A

Tints of Red Damask #C96A4A

Color information

#C96A4A (or 0xC96A4A) is unknown color: approx Red Damask. HEX triplet: C9, 6A and 4A. RGB value is (201,106,74). Sum of RGB (Red+Green+Blue) = 201+106+74=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A4A is #3695B5. Grayscale: #828282. Windows color (decimal): -3577270 or 4877001. OLE color: 4877001.

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

Color convert

RGB20110674-
CMYK00.470.630.21
HSL15.12º54.04%53.92%-
HSV(B)15.12º63.18%78.82%-
XYZ30.4823.229.35-
YUV130.7695.97178.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=52.76%
G=27.82%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011067400.470.630.2115.1254.0453.92
HexC96A4A02F3F15f3636
Octal3111521120577725176666
Binary11001001110101010010100101111111111101011111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A4A; }

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

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

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

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

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

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

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

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