#C57B8A

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

Shades of Charm #C57B8A

Tints of Charm #C57B8A

Color information

#C57B8A (or 0xC57B8A) is unknown color: approx Charm. HEX triplet: C5, 7B and 8A. RGB value is (197,123,138). Sum of RGB (Red+Green+Blue) = 197+123+138=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B8A is #3A8475. Grayscale: #929292. Windows color (decimal): -3834998 or 9075653. OLE color: 9075653.

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

Color convert

RGB197123138-
CMYK00.380.300.23
HSL347.84º38.95%62.75%-
HSV(B)347.84º37.56%77.25%-
XYZ34.727.8727.6-
YUV146.84123.02163.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=43.01%
G=26.86%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712313800.380.300.23347.8438.9562.75
HexC57B8A0261E1715c273f
Octal30517321204636275344777
Binary1100010111110111000101001001101111010111101011100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B8A; }

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

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

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

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

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

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

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

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