Html Css Color HEX #C97249 Red Damask

📋 copy color: '#C97249'

red 201 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #C97249

Tints of Red Damask #C97249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 51.8%
G = 29.38%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97249 (or 0xC97249) is known color: Red Damask. HEX triplet: C9, 72 and 49. RGB value is (201,114,73). Sum of RGB (Red+Green+Blue) = 201+114+73=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C97249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97249 is #368DB6. Grayscale: #878787. Windows color (decimal): -3575223 or 4813513. OLE color: 4813513.

HSL color Cylindrical-coordinate representation of color #C97249: hue angle of 19.22º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97249 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 73 -
CMYK 0 0.43 0.64 0.21
HSL 19.22º 0.54% 0.54% -
HSV(B) 19.22º 0.64% 0.79% -
XYZ 31.31 24.93 9.47 -
YUV 135.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 201 114 73 0 0.43 0.64 0.21 19.22 0.54 0.54
Hex C9 72 49 0 2B 40 15 13 36 36
Octal 311 162 111 0 53 100 25 23 66 66
Binary 11001001 1110010 1001001 0 101011 1000000 10101 10011 110110 110110

Color Harmonies of #C97249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97249

Black with #C97249

Text Example


Text Example

White with #C97249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97249; }

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

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

background-color css

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

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

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

border-color css

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

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

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