#C56882

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

Shades of Charm #C56882

Tints of Charm #C56882

Color information

#C56882 (or 0xC56882) is unknown color: approx Charm. HEX triplet: C5, 68 and 82. RGB value is (197,104,130). Sum of RGB (Red+Green+Blue) = 197+104+130=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C56882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56882 is #3A977D. Grayscale: #868686. Windows color (decimal): -3839870 or 8546501. OLE color: 8546501.

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

Color convert

RGB197104130-
CMYK00.470.340.23
HSL343.23º44.5%59.02%-
HSV(B)343.23º47.21%77.25%-
XYZ32.0123.3823.95-
YUV134.77125.31172.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=45.71%
G=24.13%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710413000.470.340.23343.2344.559.02
HexC5688202F22171572c3b
Octal30515020205742275275473
Binary11000101110100010000010010111110001010111101010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56882; }

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

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

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

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

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

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

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

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