#C56682

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

Shades of Charm #C56682

Tints of Charm #C56682

Color information

#C56682 (or 0xC56682) is unknown color: approx Charm. HEX triplet: C5, 66 and 82. RGB value is (197,102,130). Sum of RGB (Red+Green+Blue) = 197+102+130=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C56682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56682 is #3A997D. Grayscale: #858585. Windows color (decimal): -3840382 or 8545989. OLE color: 8545989.

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

Color convert

RGB197102130-
CMYK00.480.340.23
HSL342.32º45.02%58.63%-
HSV(B)342.32º48.22%77.25%-
XYZ31.8122.9823.88-
YUV133.6125.97173.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=45.92%
G=23.78%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710213000.480.340.23342.3245.0258.63
HexC5668203022171562d3b
Octal30514620206042275265573
Binary11000101110011010000010011000010001010111101010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56682; }

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

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

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

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

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

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

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

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