#C57988

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

Shades of Charm #C57988

Tints of Charm #C57988

Color information

#C57988 (or 0xC57988) is unknown color: approx Charm. HEX triplet: C5, 79 and 88. RGB value is (197,121,136). Sum of RGB (Red+Green+Blue) = 197+121+136=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C57988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57988 is #3A8677. Grayscale: #919191. Windows color (decimal): -3835512 or 8944069. OLE color: 8944069.

HSL color Cylindrical-coordinate representation of color #C57988: hue angle of 348.16º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57988 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197121136-
CMYK00.390.310.23
HSL348.16º39.58%62.35%-
HSV(B)348.16º38.58%77.25%-
XYZ34.3127.3226.76-
YUV145.43122.68164.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=43.39%
G=26.65%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712113600.390.310.23348.1639.5862.35
HexC579880271F1715c283e
Octal30517121004737275345076
Binary1100010111110011000100001001111111110111101011100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57988; }

 p { color: rgb(197,121,136); }

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

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

 a { background-color: rgb(197,121,136); }

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

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

 span { border-color: rgb(197,121,136); }

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