#c56c7b

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

Shades of Charm #C56C7B

Tints of Charm #C56C7B

Color information

#C56C7B (or 0xC56C7B) is unknown color: approx Charm. HEX triplet: C5, 6C and 7B. RGB value is (197,108,123). Sum of RGB (Red+Green+Blue) = 197+108+123=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C7B is #3A9384. Grayscale: #888888. Windows color (decimal): -3838853 or 8088773. OLE color: 8088773.

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

Color convert

RGB197108123-
CMYK00.450.380.23
HSL349.89º43.41%59.8%-
HSV(B)349.89º45.18%77.25%-
XYZ31.9624.0321.69-
YUV136.32120.49171.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=46.03%
G=25.23%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710812300.450.380.23349.8943.4159.8
HexC56C7B02D261715e2b3c
Octal30515417305546275365374
Binary1100010111011001111011010110110011010111101011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56c7b; }

 p { color: rgb(197,108,123); }

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

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

 a { background-color: rgb(197,108,123); }

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

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

 span { border-color: rgb(197,108,123); }

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