Html Css Color HEX #C97251 Red Damask

📋 copy color: '#C97251'

red 201 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C97251

Tints of Red Damask #C97251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 50.76%
G = 28.79%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C97251 (or 0xC97251) is known color: Red Damask. HEX triplet: C9, 72 and 51. RGB value is (201,114,81). Sum of RGB (Red+Green+Blue) = 201+114+81=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C97251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97251 is #368DAE. Grayscale: #888888. Windows color (decimal): -3575215 or 5337801. OLE color: 5337801.

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

Color convert

RGB 201 114 81 -
CMYK 0 0.43 0.60 0.21
HSL 16.5º 0.53% 0.55% -
HSV(B) 16.5º 0.6% 0.79% -
XYZ 31.59 25.05 10.95 -
YUV 136.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 201 114 81 0 0.43 0.60 0.21 16.5 0.53 0.55
Hex C9 72 51 0 2B 3C 15 10 35 37
Octal 311 162 121 0 53 74 25 20 65 67
Binary 11001001 1110010 1010001 0 101011 111100 10101 10000 110101 110111

Color Harmonies of #C97251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97251

Black with #C97251

Text Example


Text Example

White with #C97251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97251; }

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

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

background-color css

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

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

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

border-color css

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

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

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