#C97B52

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

Shades of Red Damask #C97B52

Tints of Red Damask #C97B52

Color information

#C97B52 (or 0xC97B52) is unknown color: approx Red Damask. HEX triplet: C9, 7B and 52. RGB value is (201,123,82). Sum of RGB (Red+Green+Blue) = 201+123+82=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B52 is #3684AD. Grayscale: #8D8D8D. Windows color (decimal): -3572910 or 5405641. OLE color: 5405641.

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

Color convert

RGB20112382-
CMYK00.390.590.21
HSL20.67º52.42%55.49%-
HSV(B)20.67º59.2%78.82%-
XYZ32.6927.1911.51-
YUV141.6594.34170.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=49.51%
G=30.30%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011238200.390.590.2120.6752.4255.49
HexC97B520273B15153437
Octal3111731220477325256467
Binary110010011111011101001001001111110111010110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97B52; }

 p { color: rgb(201,123,82); }

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

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

 a { background-color: rgb(201,123,82); }

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

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

 span { border-color: rgb(201,123,82); }

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