Shades of Mandy #CC6466
Tints of Mandy #CC6466
RGB
CMYK
RGB Variations
Color information
#CC6466 (or 0xCC6466) is known color: Mandy. HEX triplet: CC, 64 and 66. RGB value is (204,100,102). Sum of RGB (Red+Green+Blue) = 204+100+102=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6466 is #339B99. Grayscale: #838383. Windows color (decimal): -3382170 or 6710476. OLE color: 6710476.
HSL color Cylindrical-coordinate representation of color #CC6466: hue angle of 358.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6466 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 102 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.2 |
| HSL | 358.85º | 0.5% | 0.6% | - |
| HSV(B) | 358.85º | 0.51% | 0.8% | - |
| XYZ | 31.86 | 22.91 | 15.31 | - |
| YUV | 131.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 102 | 0 | 0.51 | 0.5 | 0.2 | 358.85 | 0.5 | 0.6 |
| Hex | CC | 64 | 66 | 0 | 33 | 32 | 14 | 167 | 32 | 3C |
| Octal | 314 | 144 | 146 | 0 | 63 | 62 | 24 | 547 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1100110 | 0 | 110011 | 110010 | 10100 | 101100111 | 110010 | 111100 |
Color Harmonies of #CC6466
Complementary color
Monochromatic Colors of #CC6466
Black with #CC6466
Text Example
Text Example
White with #CC6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6466; }
p { color: rgb(204,100,102); }
H1.HeaderClassName
{
color: #CC6466;
}
.AnyTagClassName
{
color: #CC6466;
}
</style>
background-color css
<style>
a { background-color: #CC6466; }
a { background-color: rgb(204,100,102); }
div.DivClassName
{
background-color: #CC6466;
}
.BgClassName
{
background-color: #CC6466;
}
</style>
border-color css
<style>
span { border-color: #CC6466; }
span { border-color: rgb(204,100,102); }
td.TdClassName
{
border-color: #CC6466;
}
.TagClassName
{
border-color: #CC6466;
}
</style>