Html Css Color HEX #C57550 Red Damask

📋 copy color: '#C57550'

red 197 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #C57550

Tints of Red Damask #C57550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 50%
G = 29.7%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57550 (or 0xC57550) is known color: Red Damask. HEX triplet: C5, 75 and 50. RGB value is (197,117,80). Sum of RGB (Red+Green+Blue) = 197+117+80=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C57550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57550 is #3A8AAF. Grayscale: #888888. Windows color (decimal): -3836592 or 5273029. OLE color: 5273029.

HSL color Cylindrical-coordinate representation of color #C57550: hue angle of 18.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C57550 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 80 -
CMYK 0 0.41 0.59 0.23
HSL 18.97º 0.5% 0.54% -
HSV(B) 18.97º 0.59% 0.77% -
XYZ 30.84 25.17 10.82 -
YUV 136.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 197 117 80 0 0.41 0.59 0.23 18.97 0.5 0.54
Hex C5 75 50 0 29 3B 17 13 32 36
Octal 305 165 120 0 51 73 27 23 62 66
Binary 11000101 1110101 1010000 0 101001 111011 10111 10011 110010 110110

Color Harmonies of #C57550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57550

Black with #C57550

Text Example


Text Example

White with #C57550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57550; }

 p { color: rgb(197,117,80); }

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

background-color css

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

 a { background-color: rgb(197,117,80); }

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

border-color css

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

 span { border-color: rgb(197,117,80); }

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