#C56680

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

Shades of Charm #C56680

Tints of Charm #C56680

Color information

#C56680 (or 0xC56680) is unknown color: approx Charm. HEX triplet: C5, 66 and 80. RGB value is (197,102,128). Sum of RGB (Red+Green+Blue) = 197+102+128=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56680 is #3A997F. Grayscale: #858585. Windows color (decimal): -3840384 or 8414917. OLE color: 8414917.

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

Color convert

RGB197102128-
CMYK00.480.350.23
HSL343.58º45.02%58.63%-
HSV(B)343.58º48.22%77.25%-
XYZ31.6722.9323.18-
YUV133.37124.97173.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=46.14%
G=23.89%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710212800.480.350.23343.5845.0258.63
HexC5668003023171582d3b
Octal30514620006043275305573
Binary11000101110011010000000011000010001110111101011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56680; }

 p { color: rgb(197,102,128); }

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

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

 a { background-color: rgb(197,102,128); }

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

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

 span { border-color: rgb(197,102,128); }

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