Html Css Color HEX #C97547 Red Damask

📋 copy color: '#C97547'

red 201 ◦ green 117 ◦ blue 71

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

Shades of Red Damask #C97547

Tints of Red Damask #C97547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 51.67%
G = 30.08%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C97547 (or 0xC97547) is known color: Red Damask. HEX triplet: C9, 75 and 47. RGB value is (201,117,71). Sum of RGB (Red+Green+Blue) = 201+117+71=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C97547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97547 is #368AB8. Grayscale: #898989. Windows color (decimal): -3574457 or 4683209. OLE color: 4683209.

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

Color convert

RGB 201 117 71 -
CMYK 0 0.42 0.65 0.21
HSL 21.23º 0.55% 0.53% -
HSV(B) 21.23º 0.65% 0.79% -
XYZ 31.59 25.6 9.24 -
YUV 136.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 201 117 71 0 0.42 0.65 0.21 21.23 0.55 0.53
Hex C9 75 47 0 2A 41 15 15 37 35
Octal 311 165 107 0 52 101 25 25 67 65
Binary 11001001 1110101 1000111 0 101010 1000001 10101 10101 110111 110101

Color Harmonies of #C97547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97547

Black with #C97547

Text Example


Text Example

White with #C97547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97547; }

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

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

background-color css

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

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

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

border-color css

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

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

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