#C57F8B

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

Shades of Charm #C57F8B

Tints of Charm #C57F8B

Color information

#C57F8B (or 0xC57F8B) is unknown color: approx Charm. HEX triplet: C5, 7F and 8B. RGB value is (197,127,139). Sum of RGB (Red+Green+Blue) = 197+127+139=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F8B is #3A8074. Grayscale: #959595. Windows color (decimal): -3833973 or 9142213. OLE color: 9142213.

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

Color convert

RGB197127139-
CMYK00.360.290.23
HSL349.71º37.63%63.53%-
HSV(B)349.71º35.53%77.25%-
XYZ35.2828.9128.15-
YUV149.3122.19162.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=42.55%
G=27.43%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712713900.360.290.23349.7137.6363.53
HexC57F8B0241D1715e2640
Octal305177213044352753646100
Binary11000101111111110001011010010011101101111010111101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F8B; }

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

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

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

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

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

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

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

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