#C56366

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

Shades of Mandy #C56366

Tints of Mandy #C56366

Color information

#C56366 (or 0xC56366) is unknown color: approx Mandy. HEX triplet: C5, 63 and 66. RGB value is (197,99,102). Sum of RGB (Red+Green+Blue) = 197+99+102=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C56366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56366 is #3A9C99. Grayscale: #808080. Windows color (decimal): -3841178 or 6710213. OLE color: 6710213.

HSL color Cylindrical-coordinate representation of color #C56366: hue angle of 358.16º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56366 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19799102-
CMYK00.500.480.23
HSL358.16º45.79%58.04%-
HSV(B)358.16º49.75%77.25%-
XYZ29.8921.7515.19-
YUV128.64112.97176.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=49.50%
G=24.87%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979910200.500.480.23358.1645.7958.04
HexC5636603230171662e3a
Octal30514314606260275465672
Binary1100010111000111100110011001011000010111101100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56366; }

 p { color: rgb(197,99,102); }

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

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

 a { background-color: rgb(197,99,102); }

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

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

 span { border-color: rgb(197,99,102); }

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