#C57A91

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

Shades of Charm #C57A91

Tints of Charm #C57A91

Color information

#C57A91 (or 0xC57A91) is unknown color: approx Charm. HEX triplet: C5, 7A and 91. RGB value is (197,122,145). Sum of RGB (Red+Green+Blue) = 197+122+145=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A91 is #3A856E. Grayscale: #939393. Windows color (decimal): -3835247 or 9534149. OLE color: 9534149.

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

Color convert

RGB197122145-
CMYK00.380.260.23
HSL341.6º39.27%62.55%-
HSV(B)341.6º38.07%77.25%-
XYZ35.127.8330.31-
YUV147.05126.85163.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=42.46%
G=26.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712214500.380.260.23341.639.2762.55
HexC57A910261A17156273f
Octal30517222104632275264777
Binary1100010111110101001000101001101101010111101010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A91; }

 p { color: rgb(197,122,145); }

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

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

 a { background-color: rgb(197,122,145); }

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

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

 span { border-color: rgb(197,122,145); }

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