Html Css Color HEX #C97147 Red Damask

📋 copy color: '#C97147'

red 201 ◦ green 113 ◦ blue 71

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

Shades of Red Damask #C97147

Tints of Red Damask #C97147

RGB

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

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

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

R = 52.21%
G = 29.35%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97147 (or 0xC97147) is known color: Red Damask. HEX triplet: C9, 71 and 47. RGB value is (201,113,71). Sum of RGB (Red+Green+Blue) = 201+113+71=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97147 is #368EB8. Grayscale: #868686. Windows color (decimal): -3575481 or 4682185. OLE color: 4682185.

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

Color convert

RGB 201 113 71 -
CMYK 0 0.44 0.65 0.21
HSL 19.38º 0.55% 0.53% -
HSV(B) 19.38º 0.65% 0.79% -
XYZ 31.13 24.68 9.08 -
YUV 134.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 201 113 71 0 0.44 0.65 0.21 19.38 0.55 0.53
Hex C9 71 47 0 2C 41 15 13 37 35
Octal 311 161 107 0 54 101 25 23 67 65
Binary 11001001 1110001 1000111 0 101100 1000001 10101 10011 110111 110101

Color Harmonies of #C97147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97147

Black with #C97147

Text Example


Text Example

White with #C97147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97147; }

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

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

background-color css

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

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

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

border-color css

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

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

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