Html Css Color HEX #C97047 Red Damask

📋 copy color: '#C97047'

red 201 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #C97047

Tints of Red Damask #C97047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 52.34%
G = 29.17%
B = 18.49%

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

#C97047 (or 0xC97047) is known color: Red Damask. HEX triplet: C9, 70 and 47. RGB value is (201,112,71). Sum of RGB (Red+Green+Blue) = 201+112+71=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97047 is #368FB8. Grayscale: #868686. Windows color (decimal): -3575737 or 4681929. OLE color: 4681929.

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

Color convert

RGB 201 112 71 -
CMYK 0 0.44 0.65 0.21
HSL 18.92º 0.55% 0.53% -
HSV(B) 18.92º 0.65% 0.79% -
XYZ 31.02 24.46 9.05 -
YUV 133.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 201 112 71 0 0.44 0.65 0.21 18.92 0.55 0.53
Hex C9 70 47 0 2C 41 15 13 37 35
Octal 311 160 107 0 54 101 25 23 67 65
Binary 11001001 1110000 1000111 0 101100 1000001 10101 10011 110111 110101

Color Harmonies of #C97047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97047

Black with #C97047

Text Example


Text Example

White with #C97047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97047; }

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

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

background-color css

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

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

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

border-color css

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

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

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