#C56266

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

Shades of Mandy #C56266

Tints of Mandy #C56266

Color information

#C56266 (or 0xC56266) is unknown color: approx Mandy. HEX triplet: C5, 62 and 66. RGB value is (197,98,102). Sum of RGB (Red+Green+Blue) = 197+98+102=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56266 is #3A9D99. Grayscale: #808080. Windows color (decimal): -3841434 or 6709957. OLE color: 6709957.

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

Color convert

RGB19798102-
CMYK00.500.480.23
HSL357.58º46.05%57.84%-
HSV(B)357.58º50.25%77.25%-
XYZ29.7921.5615.16-
YUV128.06113.3177.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=49.62%
G=24.69%
B=25.69%

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
Decimal1979810200.500.480.23357.5846.0557.84
HexC5626603230171662e3a
Octal30514214606260275465672
Binary1100010111000101100110011001011000010111101100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56266; }

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

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

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

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

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

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

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

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