#C56F84

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

Shades of Charm #C56F84

Tints of Charm #C56F84

Color information

#C56F84 (or 0xC56F84) is unknown color: approx Charm. HEX triplet: C5, 6F and 84. RGB value is (197,111,132). Sum of RGB (Red+Green+Blue) = 197+111+132=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F84 is #3A907B. Grayscale: #8B8B8B. Windows color (decimal): -3838076 or 8679365. OLE color: 8679365.

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

Color convert

RGB197111132-
CMYK00.440.330.23
HSL345.35º42.57%60.39%-
HSV(B)345.35º43.65%77.25%-
XYZ32.8824.9124.9-
YUV139.11123.99169.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 132 (51.95% from 255) = 30%
R=44.77%
G=25.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711113200.440.330.23345.3542.5760.39
HexC56F8402C21171592b3c
Octal30515720405441275315374
Binary11000101110111110000100010110010000110111101011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F84; }

 p { color: rgb(197,111,132); }

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

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

 a { background-color: rgb(197,111,132); }

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

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

 span { border-color: rgb(197,111,132); }

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