Html Css Color HEX #C97749 Red Damask

📋 copy color: '#C97749'

red 201 ◦ green 119 ◦ blue 73

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

Shades of Red Damask #C97749

Tints of Red Damask #C97749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 51.15%
G = 30.28%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C97749 (or 0xC97749) is known color: Red Damask. HEX triplet: C9, 77 and 49. RGB value is (201,119,73). Sum of RGB (Red+Green+Blue) = 201+119+73=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C97749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97749 is #3688B6. Grayscale: #8A8A8A. Windows color (decimal): -3573943 or 4814793. OLE color: 4814793.

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

Color convert

RGB 201 119 73 -
CMYK 0 0.41 0.64 0.21
HSL 21.56º 0.54% 0.54% -
HSV(B) 21.56º 0.64% 0.79% -
XYZ 31.89 26.09 9.66 -
YUV 138.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 201 119 73 0 0.41 0.64 0.21 21.56 0.54 0.54
Hex C9 77 49 0 29 40 15 16 36 36
Octal 311 167 111 0 51 100 25 26 66 66
Binary 11001001 1110111 1001001 0 101001 1000000 10101 10110 110110 110110

Color Harmonies of #C97749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97749

Black with #C97749

Text Example


Text Example

White with #C97749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97749; }

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

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

background-color css

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

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

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

border-color css

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

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

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