#C66263

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

Shades of Mandy #C66263

Tints of Mandy #C66263

Color information

#C66263 (or 0xC66263) is unknown color: approx Mandy. HEX triplet: C6, 62 and 63. RGB value is (198,98,99). Sum of RGB (Red+Green+Blue) = 198+98+99=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C66263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66263 is #399D9C. Grayscale: #808080. Windows color (decimal): -3775901 or 6513350. OLE color: 6513350.

HSL color Cylindrical-coordinate representation of color #C66263: hue angle of 359.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66263 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB1989899-
CMYK00.510.500.22
HSL359.4º46.73%58.04%-
HSV(B)359.4º50.51%77.65%-
XYZ29.9121.6414.41-
YUV128.01111.63177.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=50.13%
G=24.81%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198989900.510.500.22359.446.7358.04
HexC6626303332161672f3a
Octal30614214306362265475772
Binary1100011011000101100011011001111001010110101100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66263; }

 p { color: rgb(198,98,99); }

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

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

 a { background-color: rgb(198,98,99); }

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

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

 span { border-color: rgb(198,98,99); }

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