#c56c86

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

Shades of Charm #C56C86

Tints of Charm #C56C86

Color information

#C56C86 (or 0xC56C86) is unknown color: approx Charm. HEX triplet: C5, 6C and 86. RGB value is (197,108,134). Sum of RGB (Red+Green+Blue) = 197+108+134=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C86 is #3A9379. Grayscale: #898989. Windows color (decimal): -3838842 or 8809669. OLE color: 8809669.

HSL color Cylindrical-coordinate representation of color #C56C86: hue angle of 342.47º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56C86 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197108134-
CMYK00.450.320.23
HSL342.47º43.41%59.8%-
HSV(B)342.47º45.18%77.25%-
XYZ32.6924.3225.52-
YUV137.57125.99170.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=44.87%
G=24.60%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710813400.450.320.23342.4743.4159.8
HexC56C8602D20171562b3c
Octal30515420605540275265374
Binary11000101110110010000110010110110000010111101010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56c86; }

 p { color: rgb(197,108,134); }

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

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

 a { background-color: rgb(197,108,134); }

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

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

 span { border-color: rgb(197,108,134); }

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