Html Css Color HEX #C57247 Red Damask

📋 copy color: '#C57247'

red 197 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C57247

Tints of Red Damask #C57247

RGB

 RED value IS 197 (77.34% from 255) = 51.57%

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 51.57%
G = 29.84%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57247 (or 0xC57247) is known color: Red Damask. HEX triplet: C5, 72 and 47. RGB value is (197,114,71). Sum of RGB (Red+Green+Blue) = 197+114+71=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57247 is #3A8DB8. Grayscale: #868686. Windows color (decimal): -3837369 or 4682437. OLE color: 4682437.

HSL color Cylindrical-coordinate representation of color #C57247: hue angle of 20.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C57247 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 71 -
CMYK 0 0.42 0.64 0.23
HSL 20.48º 0.52% 0.53% -
HSV(B) 20.48º 0.64% 0.77% -
XYZ 30.18 24.36 9.07 -
YUV 133.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 197 114 71 0 0.42 0.64 0.23 20.48 0.52 0.53
Hex C5 72 47 0 2A 40 17 14 34 35
Octal 305 162 107 0 52 100 27 24 64 65
Binary 11000101 1110010 1000111 0 101010 1000000 10111 10100 110100 110101

Color Harmonies of #C57247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57247

Black with #C57247

Text Example


Text Example

White with #C57247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57247; }

 p { color: rgb(197,114,71); }

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

background-color css

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

 a { background-color: rgb(197,114,71); }

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

border-color css

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

 span { border-color: rgb(197,114,71); }

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