Html Css Color HEX #C97647 Red Damask

📋 copy color: '#C97647'

red 201 ◦ green 118 ◦ blue 71

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

Shades of Red Damask #C97647

Tints of Red Damask #C97647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 51.54%
G = 30.26%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97647 (or 0xC97647) is known color: Red Damask. HEX triplet: C9, 76 and 47. RGB value is (201,118,71). Sum of RGB (Red+Green+Blue) = 201+118+71=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97647 is #3689B8. Grayscale: #898989. Windows color (decimal): -3574201 or 4683465. OLE color: 4683465.

HSL color Cylindrical-coordinate representation of color #C97647: hue angle of 21.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C97647 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 71 -
CMYK 0 0.41 0.65 0.21
HSL 21.69º 0.55% 0.53% -
HSV(B) 21.69º 0.65% 0.79% -
XYZ 31.7 25.83 9.28 -
YUV 137.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 201 118 71 0 0.41 0.65 0.21 21.69 0.55 0.53
Hex C9 76 47 0 29 41 15 16 37 35
Octal 311 166 107 0 51 101 25 26 67 65
Binary 11001001 1110110 1000111 0 101001 1000001 10101 10110 110111 110101

Color Harmonies of #C97647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97647

Black with #C97647

Text Example


Text Example

White with #C97647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97647; }

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

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

background-color css

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

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

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

border-color css

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

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

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