#C56F7D

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

Shades of Charm #C56F7D

Tints of Charm #C56F7D

Color information

#C56F7D (or 0xC56F7D) is unknown color: approx Charm. HEX triplet: C5, 6F and 7D. RGB value is (197,111,125). Sum of RGB (Red+Green+Blue) = 197+111+125=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F7D is #3A9082. Grayscale: #8A8A8A. Windows color (decimal): -3838083 or 8220613. OLE color: 8220613.

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

Color convert

RGB197111125-
CMYK00.440.370.23
HSL350.23º42.57%60.39%-
HSV(B)350.23º43.65%77.25%-
XYZ32.4124.7222.47-
YUV138.31120.49169.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=45.50%
G=25.64%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711112500.440.370.23350.2342.5760.39
HexC56F7D02C251715e2b3c
Octal30515717505445275365374
Binary1100010111011111111101010110010010110111101011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F7D; }

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

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

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

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

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

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

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

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