Html Css Color HEX #C97149 Red Damask

📋 copy color: '#C97149'

red 201 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #C97149

Tints of Red Damask #C97149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 51.94%
G = 29.2%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97149 (or 0xC97149) is known color: Red Damask. HEX triplet: C9, 71 and 49. RGB value is (201,113,73). Sum of RGB (Red+Green+Blue) = 201+113+73=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97149 is #368EB6. Grayscale: #878787. Windows color (decimal): -3575479 or 4813257. OLE color: 4813257.

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

Color convert

RGB 201 113 73 -
CMYK 0 0.44 0.64 0.21
HSL 18.75º 0.54% 0.54% -
HSV(B) 18.75º 0.64% 0.79% -
XYZ 31.2 24.71 9.43 -
YUV 134.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 201 113 73 0 0.44 0.64 0.21 18.75 0.54 0.54
Hex C9 71 49 0 2C 40 15 13 36 36
Octal 311 161 111 0 54 100 25 23 66 66
Binary 11001001 1110001 1001001 0 101100 1000000 10101 10011 110110 110110

Color Harmonies of #C97149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97149

Black with #C97149

Text Example


Text Example

White with #C97149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97149; }

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

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

background-color css

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

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

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

border-color css

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

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

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