#C57B51

Color #C57B51 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C57B51

Tints of Red Damask #C57B51

Color information

#C57B51 (or 0xC57B51) is unknown color: approx Red Damask. HEX triplet: C5, 7B and 51. RGB value is (197,123,81). Sum of RGB (Red+Green+Blue) = 197+123+81=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B51 is #3A84AE. Grayscale: #8C8C8C. Windows color (decimal): -3835055 or 5340101. OLE color: 5340101.

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

Color convert

RGB19712381-
CMYK00.380.590.23
HSL21.72º50%54.51%-
HSV(B)21.72º58.88%77.25%-
XYZ31.5926.6311.26-
YUV140.3494.52168.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=49.13%
G=30.67%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971238100.380.590.2321.725054.51
HexC57B510263B17163237
Octal3051731210467327266267
Binary110001011111011101000101001101110111011110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B51; }

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

 H1.HeaderClassName
 {
   color: #C57B51;
 }
 .AnyTagClassName
 {
   color: #C57B51;
 }
</style>
background-color css

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

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

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

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

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

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