Html Css Color HEX #C57147 Red Damask

📋 copy color: '#C57147'

red 197 ◦ green 113 ◦ blue 71

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

Shades of Red Damask #C57147

Tints of Red Damask #C57147

RGB

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

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

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

R = 51.71%
G = 29.66%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57147 (or 0xC57147) is known color: Red Damask. HEX triplet: C5, 71 and 47. RGB value is (197,113,71). Sum of RGB (Red+Green+Blue) = 197+113+71=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C57147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57147 is #3A8EB8. Grayscale: #858585. Windows color (decimal): -3837625 or 4682181. OLE color: 4682181.

HSL color Cylindrical-coordinate representation of color #C57147: hue angle of 20º 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 #C57147 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 71 -
CMYK 0 0.43 0.64 0.23
HSL 20º 0.52% 0.53% -
HSV(B) 20º 0.64% 0.77% -
XYZ 30.07 24.14 9.04 -
YUV 133.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 197 113 71 0 0.43 0.64 0.23 20 0.52 0.53
Hex C5 71 47 0 2B 40 17 14 34 35
Octal 305 161 107 0 53 100 27 24 64 65
Binary 11000101 1110001 1000111 0 101011 1000000 10111 10100 110100 110101

Color Harmonies of #C57147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57147

Black with #C57147

Text Example


Text Example

White with #C57147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57147; }

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

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

background-color css

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

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

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

border-color css

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

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

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