#C56065

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

Shades of Mandy #C56065

Tints of Mandy #C56065

Color information

#C56065 (or 0xC56065) is unknown color: approx Mandy. HEX triplet: C5, 60 and 65. RGB value is (197,96,101). Sum of RGB (Red+Green+Blue) = 197+96+101=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C56065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56065 is #3A9F9A. Grayscale: #7E7E7E. Windows color (decimal): -3841947 or 6643909. OLE color: 6643909.

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

Color convert

RGB19796101-
CMYK00.510.490.23
HSL357.03º46.54%57.45%-
HSV(B)357.03º51.27%77.25%-
XYZ29.5621.1814.84-
YUV126.77113.46178.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=50%
G=24.37%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979610100.510.490.23357.0346.5457.45
HexC5606503331171652f39
Octal30514014506361275455771
Binary1100010111000001100101011001111000110111101100101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56065; }

 p { color: rgb(197,96,101); }

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

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

 a { background-color: rgb(197,96,101); }

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

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

 span { border-color: rgb(197,96,101); }

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