Html Css Color HEX #C57151 Red Damask

📋 copy color: '#C57151'

red 197 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #C57151

Tints of Red Damask #C57151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 50.38%
G = 28.9%
B = 20.72%

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

#C57151 (or 0xC57151) is known color: Red Damask. HEX triplet: C5, 71 and 51. RGB value is (197,113,81). Sum of RGB (Red+Green+Blue) = 197+113+81=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C57151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57151 is #3A8EAE. Grayscale: #868686. Windows color (decimal): -3837615 or 5337541. OLE color: 5337541.

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

Color convert

RGB 197 113 81 -
CMYK 0 0.43 0.59 0.23
HSL 16.55º 0.5% 0.55% -
HSV(B) 16.55º 0.59% 0.77% -
XYZ 30.42 24.27 10.87 -
YUV 134.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 197 113 81 0 0.43 0.59 0.23 16.55 0.5 0.55
Hex C5 71 51 0 2B 3B 17 11 32 37
Octal 305 161 121 0 53 73 27 21 62 67
Binary 11000101 1110001 1010001 0 101011 111011 10111 10001 110010 110111

Color Harmonies of #C57151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57151

Black with #C57151

Text Example


Text Example

White with #C57151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57151; }

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

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

background-color css

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

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

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

border-color css

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

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

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