Html Css Color HEX #C57150 Red Damask

📋 copy color: '#C57150'

red 197 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #C57150

Tints of Red Damask #C57150

RGB

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

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

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

R = 50.51%
G = 28.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57150 (or 0xC57150) is known color: Red Damask. HEX triplet: C5, 71 and 50. RGB value is (197,113,80). Sum of RGB (Red+Green+Blue) = 197+113+80=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C57150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57150 is #3A8EAF. Grayscale: #868686. Windows color (decimal): -3837616 or 5272005. OLE color: 5272005.

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

Color convert

RGB 197 113 80 -
CMYK 0 0.43 0.59 0.23
HSL 16.92º 0.5% 0.54% -
HSV(B) 16.92º 0.59% 0.77% -
XYZ 30.38 24.26 10.67 -
YUV 134.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 197 113 80 0 0.43 0.59 0.23 16.92 0.5 0.54
Hex C5 71 50 0 2B 3B 17 11 32 36
Octal 305 161 120 0 53 73 27 21 62 66
Binary 11000101 1110001 1010000 0 101011 111011 10111 10001 110010 110110

Color Harmonies of #C57150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57150

Black with #C57150

Text Example


Text Example

White with #C57150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57150; }

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

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

background-color css

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

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

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

border-color css

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

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

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