#C57D7F

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

Shades of Charm #C57D7F

Tints of Charm #C57D7F

Color information

#C57D7F (or 0xC57D7F) is unknown color: approx Charm. HEX triplet: C5, 7D and 7F. RGB value is (197,125,127). Sum of RGB (Red+Green+Blue) = 197+125+127=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D7F is #3A8280. Grayscale: #929292. Windows color (decimal): -3834497 or 8355269. OLE color: 8355269.

HSL color Cylindrical-coordinate representation of color #C57D7F: hue angle of 358.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57D7F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197125127-
CMYK00.370.360.23
HSL358.33º38.3%63.14%-
HSV(B)358.33º36.55%77.25%-
XYZ34.1928.0723.69-
YUV146.76116.85163.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 127 (50% from 255) = 28.29%
R=43.88%
G=27.84%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712512700.370.360.23358.3338.363.14
HexC57D7F0252417166263f
Octal30517517704544275464677
Binary1100010111111011111111010010110010010111101100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D7F; }

 p { color: rgb(197,125,127); }

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

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

 a { background-color: rgb(197,125,127); }

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

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

 span { border-color: rgb(197,125,127); }

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