#C56E7F

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

Shades of Charm #C56E7F

Tints of Charm #C56E7F

Color information

#C56E7F (or 0xC56E7F) is unknown color: approx Charm. HEX triplet: C5, 6E and 7F. RGB value is (197,110,127). Sum of RGB (Red+Green+Blue) = 197+110+127=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E7F is #3A9180. Grayscale: #898989. Windows color (decimal): -3838337 or 8351429. OLE color: 8351429.

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

Color convert

RGB197110127-
CMYK00.440.360.23
HSL348.28º42.86%60.2%-
HSV(B)348.28º44.16%77.25%-
XYZ32.4324.5523.11-
YUV137.95121.82170.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 127 (50% from 255) = 29.26%
R=45.39%
G=25.35%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711012700.440.360.23348.2842.8660.2
HexC56E7F02C241715c2b3c
Octal30515617705444275345374
Binary1100010111011101111111010110010010010111101011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56E7F; }

 p { color: rgb(197,110,127); }

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

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

 a { background-color: rgb(197,110,127); }

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

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

 span { border-color: rgb(197,110,127); }

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