#C96F45

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

Shades of Red Damask #C96F45

Tints of Red Damask #C96F45

Color information

#C96F45 (or 0xC96F45) is unknown color: approx Red Damask. HEX triplet: C9, 6F and 45. RGB value is (201,111,69). Sum of RGB (Red+Green+Blue) = 201+111+69=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F45 is #3690BA. Grayscale: #858585. Windows color (decimal): -3575995 or 4550601. OLE color: 4550601.

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

Color convert

RGB20111169-
CMYK00.450.660.21
HSL19.09º55%52.94%-
HSV(B)19.09º65.67%78.82%-
XYZ30.8524.228.68-
YUV133.1291.82176.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=52.76%
G=29.13%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011116900.450.660.2119.095552.94
HexC96F4502D4215133735
Octal31115710505510225236765
Binary1100100111011111000101010110110000101010110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F45; }

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

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

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

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

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

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

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

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