#C97851

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

Shades of Red Damask #C97851

Tints of Red Damask #C97851

Color information

#C97851 (or 0xC97851) is unknown color: approx Red Damask. HEX triplet: C9, 78 and 51. RGB value is (201,120,81). Sum of RGB (Red+Green+Blue) = 201+120+81=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C97851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97851 is #3687AE. Grayscale: #8C8C8C. Windows color (decimal): -3573679 or 5339337. OLE color: 5339337.

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

Color convert

RGB20112081-
CMYK00.400.600.21
HSL19.5º52.63%55.29%-
HSV(B)19.5º59.7%78.82%-
XYZ32.2926.4411.19-
YUV139.7794.84171.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=50%
G=29.85%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011208100.400.600.2119.552.6355.29
HexC978510283C15143537
Octal3111701210507425246567
Binary110010011111000101000101010001111001010110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97851; }

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

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

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

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

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

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

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

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