#C97451

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

Shades of Red Damask #C97451

Tints of Red Damask #C97451

Color information

#C97451 (or 0xC97451) is unknown color: approx Red Damask. HEX triplet: C9, 74 and 51. RGB value is (201,116,81). Sum of RGB (Red+Green+Blue) = 201+116+81=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97451 is #368BAE. Grayscale: #898989. Windows color (decimal): -3574703 or 5338313. OLE color: 5338313.

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

Color convert

RGB20111681-
CMYK00.420.600.21
HSL17.5º52.63%55.29%-
HSV(B)17.5º59.7%78.82%-
XYZ31.8225.511.03-
YUV137.4396.16173.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=50.50%
G=29.15%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011168100.420.600.2117.552.6355.29
HexC9745102A3C15123537
Octal3111641210527425226567
Binary110010011110100101000101010101111001010110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97451; }

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

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

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

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

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

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

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

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