Html Css Color HEX #C97648 Red Damask

📋 copy color: '#C97648'

red 201 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C97648

Tints of Red Damask #C97648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 51.41%
G = 30.18%
B = 18.41%

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

#C97648 (or 0xC97648) is known color: Red Damask. HEX triplet: C9, 76 and 48. RGB value is (201,118,72). Sum of RGB (Red+Green+Blue) = 201+118+72=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C97648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97648 is #3689B7. Grayscale: #898989. Windows color (decimal): -3574200 or 4749001. OLE color: 4749001.

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

Color convert

RGB 201 118 72 -
CMYK 0 0.41 0.64 0.21
HSL 21.4º 0.54% 0.54% -
HSV(B) 21.4º 0.64% 0.79% -
XYZ 31.74 25.84 9.45 -
YUV 137.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 201 118 72 0 0.41 0.64 0.21 21.4 0.54 0.54
Hex C9 76 48 0 29 40 15 15 36 36
Octal 311 166 110 0 51 100 25 25 66 66
Binary 11001001 1110110 1001000 0 101001 1000000 10101 10101 110110 110110

Color Harmonies of #C97648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97648

Black with #C97648

Text Example


Text Example

White with #C97648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97648; }

 p { color: rgb(201,118,72); }

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

background-color css

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

 a { background-color: rgb(201,118,72); }

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

border-color css

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

 span { border-color: rgb(201,118,72); }

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