#C56A78

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

Shades of Charm #C56A78

Tints of Charm #C56A78

Color information

#C56A78 (or 0xC56A78) is unknown color: approx Charm. HEX triplet: C5, 6A and 78. RGB value is (197,106,120). Sum of RGB (Red+Green+Blue) = 197+106+120=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A78 is #3A9587. Grayscale: #868686. Windows color (decimal): -3839368 or 7891653. OLE color: 7891653.

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

Color convert

RGB197106120-
CMYK00.460.390.23
HSL350.77º43.96%59.41%-
HSV(B)350.77º46.19%77.25%-
XYZ31.5723.5320.65-
YUV134.8119.65172.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=46.57%
G=25.06%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710612000.460.390.23350.7743.9659.41
HexC56A7802E271715f2c3b
Octal30515217005647275375473
Binary1100010111010101111000010111010011110111101011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A78; }

 p { color: rgb(197,106,120); }

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

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

 a { background-color: rgb(197,106,120); }

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

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

 span { border-color: rgb(197,106,120); }

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