#C96842

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

Shades of Red Damask #C96842

Tints of Red Damask #C96842

Color information

#C96842 (or 0xC96842) is unknown color: approx Red Damask. HEX triplet: C9, 68 and 42. RGB value is (201,104,66). Sum of RGB (Red+Green+Blue) = 201+104+66=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96842 is #3697BD. Grayscale: #808080. Windows color (decimal): -3577790 or 4352201. OLE color: 4352201.

HSL color Cylindrical-coordinate representation of color #C96842: hue angle of 16.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96842 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20110466-
CMYK00.480.670.21
HSL16.89º55.56%52.35%-
HSV(B)16.89º67.16%78.82%-
XYZ30.0222.717.96-
YUV128.6792.64179.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=54.18%
G=28.03%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011046600.480.670.2116.8955.5652.35
HexC968420304315113834
Octal31115010206010325217064
Binary1100100111010001000010011000010000111010110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96842; }

 p { color: rgb(201,104,66); }

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

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

 a { background-color: rgb(201,104,66); }

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

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

 span { border-color: rgb(201,104,66); }

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