#C66668

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

Shades of Mandy #C66668

Tints of Mandy #C66668

Color information

#C66668 (or 0xC66668) is unknown color: approx Mandy. HEX triplet: C6, 66 and 68. RGB value is (198,102,104). Sum of RGB (Red+Green+Blue) = 198+102+104=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C66668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66668 is #399997. Grayscale: #838383. Windows color (decimal): -3774872 or 6842054. OLE color: 6842054.

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

Color convert

RGB198102104-
CMYK00.480.470.22
HSL358.75º45.71%58.82%-
HSV(B)358.75º48.48%77.65%-
XYZ30.5422.5115.83-
YUV130.93112.8175.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.01%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=49.01%
G=25.25%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810210400.480.470.22358.7545.7158.82
HexC666680302F161672e3b
Octal30614615006057265475673
Binary1100011011001101101000011000010111110110101100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66668; }

 p { color: rgb(198,102,104); }

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

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

 a { background-color: rgb(198,102,104); }

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

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

 span { border-color: rgb(198,102,104); }

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