#C57080

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

Shades of Charm #C57080

Tints of Charm #C57080

Color information

#C57080 (or 0xC57080) is unknown color: approx Charm. HEX triplet: C5, 70 and 80. RGB value is (197,112,128). Sum of RGB (Red+Green+Blue) = 197+112+128=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C57080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57080 is #3A8F7F. Grayscale: #8B8B8B. Windows color (decimal): -3837824 or 8417477. OLE color: 8417477.

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

Color convert

RGB197112128-
CMYK00.430.350.23
HSL348.71º42.29%60.59%-
HSV(B)348.71º43.15%77.25%-
XYZ32.7225.0223.53-
YUV139.24121.66169.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=45.08%
G=25.63%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711212800.430.350.23348.7142.2960.59
HexC5708002B231715d2a3d
Octal30516020005343275355275
Binary11000101111000010000000010101110001110111101011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57080; }

 p { color: rgb(197,112,128); }

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

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

 a { background-color: rgb(197,112,128); }

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

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

 span { border-color: rgb(197,112,128); }

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