Html Css Color HEX #C97951 Red Damask

📋 copy color: '#C97951'

red 201 ◦ green 121 ◦ blue 81

#C97951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C97951

Tints of Red Damask #C97951

RGB

 RED value IS 201 (78.91% from 255) = 49.88%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 49.88%
G = 30.02%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C97951 (or 0xC97951) is known color: Red Damask. HEX triplet: C9, 79 and 51. RGB value is (201,121,81). Sum of RGB (Red+Green+Blue) = 201+121+81=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C97951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97951 is #3686AE. Grayscale: #8C8C8C. Windows color (decimal): -3573423 or 5339593. OLE color: 5339593.

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

Color convert

RGB 201 121 81 -
CMYK 0 0.40 0.60 0.21
HSL 20º 0.53% 0.55% -
HSV(B) 20º 0.6% 0.79% -
XYZ 32.41 26.69 11.23 -
YUV 140.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 201 121 81 0 0.40 0.60 0.21 20 0.53 0.55
Hex C9 79 51 0 28 3C 15 14 35 37
Octal 311 171 121 0 50 74 25 24 65 67
Binary 11001001 1111001 1010001 0 101000 111100 10101 10100 110101 110111

Color Harmonies of #C97951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97951

Black with #C97951

Text Example


Text Example

White with #C97951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97951; }

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

 H1.HeaderClassName
 {
   color: #C97951;
 }
 .AnyTagClassName
 {
   color: #C97951;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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