#C97051

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

Shades of Red Damask #C97051

Tints of Red Damask #C97051

Color information

#C97051 (or 0xC97051) is unknown color: approx Red Damask. HEX triplet: C9, 70 and 51. RGB value is (201,112,81). Sum of RGB (Red+Green+Blue) = 201+112+81=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C97051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97051 is #368FAE. Grayscale: #878787. Windows color (decimal): -3575727 or 5337289. OLE color: 5337289.

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

Color convert

RGB20111281-
CMYK00.440.600.21
HSL15.5º52.63%55.29%-
HSV(B)15.5º59.7%78.82%-
XYZ31.3724.610.88-
YUV135.0897.49175.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.02%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=51.02%
G=28.43%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011128100.440.600.2115.552.6355.29
HexC9705102C3C15103537
Octal3111601210547425206567
Binary110010011110000101000101011001111001010110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97051; }

 p { color: rgb(201,112,81); }

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

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

 a { background-color: rgb(201,112,81); }

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

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

 span { border-color: rgb(201,112,81); }

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