#C57F81

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

Shades of Charm #C57F81

Tints of Charm #C57F81

Color information

#C57F81 (or 0xC57F81) is unknown color: approx Charm. HEX triplet: C5, 7F and 81. RGB value is (197,127,129). Sum of RGB (Red+Green+Blue) = 197+127+129=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F81 is #3A807E. Grayscale: #949494. Windows color (decimal): -3833983 or 8486853. OLE color: 8486853.

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

Color convert

RGB197127129-
CMYK00.360.350.23
HSL358.29º37.63%63.53%-
HSV(B)358.29º35.53%77.25%-
XYZ34.5828.6324.47-
YUV148.16117.19162.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=43.49%
G=28.04%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712712900.360.350.23358.2937.6363.53
HexC57F8102423171662640
Octal305177201044432754646100
Binary110001011111111100000010100100100011101111011001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F81; }

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

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

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

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

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

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

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

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