#C66669

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

Shades of Mandy #C66669

Tints of Mandy #C66669

Color information

#C66669 (or 0xC66669) is unknown color: approx Mandy. HEX triplet: C6, 66 and 69. RGB value is (198,102,105). Sum of RGB (Red+Green+Blue) = 198+102+105=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C66669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66669 is #399996. Grayscale: #838383. Windows color (decimal): -3774871 or 6907590. OLE color: 6907590.

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

Color convert

RGB198102105-
CMYK00.480.470.22
HSL358.12º45.71%58.82%-
HSV(B)358.12º48.48%77.65%-
XYZ30.5922.5316.1-
YUV131.05113.3175.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=48.89%
G=25.19%
B=25.93%

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
Decimal19810210500.480.470.22358.1245.7158.82
HexC666690302F161662e3b
Octal30614615106057265465673
Binary1100011011001101101001011000010111110110101100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66669; }

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

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

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

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

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

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

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

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