Shades of Mandy #CC6166
Tints of Mandy #CC6166
RGB
CMYK
RGB Variations
Color information
#CC6166 (or 0xCC6166) is known color: Mandy. HEX triplet: CC, 61 and 66. RGB value is (204,97,102). Sum of RGB (Red+Green+Blue) = 204+97+102=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6166 is #339E99. Grayscale: #818181. Windows color (decimal): -3382938 or 6709708. OLE color: 6709708.
HSL color Cylindrical-coordinate representation of color #CC6166: hue angle of 357.2º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6166 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 102 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.2 |
| HSL | 357.2º | 0.51% | 0.59% | - |
| HSV(B) | 357.2º | 0.52% | 0.8% | - |
| XYZ | 31.57 | 22.35 | 15.22 | - |
| YUV | 129.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 102 | 0 | 0.52 | 0.5 | 0.2 | 357.2 | 0.51 | 0.59 |
| Hex | CC | 61 | 66 | 0 | 34 | 32 | 14 | 165 | 33 | 3B |
| Octal | 314 | 141 | 146 | 0 | 64 | 62 | 24 | 545 | 63 | 73 |
| Binary | 11001100 | 1100001 | 1100110 | 0 | 110100 | 110010 | 10100 | 101100101 | 110011 | 111011 |
Color Harmonies of #CC6166
Complementary color
Monochromatic Colors of #CC6166
Black with #CC6166
Text Example
Text Example
White with #CC6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6166; }
p { color: rgb(204,97,102); }
H1.HeaderClassName
{
color: #CC6166;
}
.AnyTagClassName
{
color: #CC6166;
}
</style>
background-color css
<style>
a { background-color: #CC6166; }
a { background-color: rgb(204,97,102); }
div.DivClassName
{
background-color: #CC6166;
}
.BgClassName
{
background-color: #CC6166;
}
</style>
border-color css
<style>
span { border-color: #CC6166; }
span { border-color: rgb(204,97,102); }
td.TdClassName
{
border-color: #CC6166;
}
.TagClassName
{
border-color: #CC6166;
}
</style>