#C57B91

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

Shades of Charm #C57B91

Tints of Charm #C57B91

Color information

#C57B91 (or 0xC57B91) is unknown color: approx Charm. HEX triplet: C5, 7B and 91. RGB value is (197,123,145). Sum of RGB (Red+Green+Blue) = 197+123+145=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B91 is #3A846E. Grayscale: #939393. Windows color (decimal): -3834991 or 9534405. OLE color: 9534405.

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

Color convert

RGB197123145-
CMYK00.380.260.23
HSL342.16º38.95%62.75%-
HSV(B)342.16º37.56%77.25%-
XYZ35.2228.0830.35-
YUV147.63126.52163.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=42.37%
G=26.45%
B=31.18%

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
Decimal19712314500.380.260.23342.1638.9562.75
HexC57B910261A17156273f
Octal30517322104632275264777
Binary1100010111110111001000101001101101010111101010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B91; }

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

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

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

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

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

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

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

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