Shades of Mandy #C66566
Tints of Mandy #C66566
RGB
CMYK
RGB Variations
Color information
#C66566 (or 0xC66566) is known color: Mandy. HEX triplet: C6, 65 and 66. RGB value is (198,101,102). Sum of RGB (Red+Green+Blue) = 198+101+102=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C66566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66566 is #399A99. Grayscale: #828282. Windows color (decimal): -3775130 or 6710726. OLE color: 6710726.
HSL color Cylindrical-coordinate representation of color #C66566: hue angle of 359.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66566 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 102 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.22 |
| HSL | 359.38º | 0.46% | 0.59% | - |
| HSV(B) | 359.38º | 0.49% | 0.78% | - |
| XYZ | 30.34 | 22.27 | 15.27 | - |
| YUV | 130.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 102 | 0 | 0.49 | 0.48 | 0.22 | 359.38 | 0.46 | 0.59 |
| Hex | C6 | 65 | 66 | 0 | 31 | 30 | 16 | 167 | 2E | 3B |
| Octal | 306 | 145 | 146 | 0 | 61 | 60 | 26 | 547 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1100110 | 0 | 110001 | 110000 | 10110 | 101100111 | 101110 | 111011 |
Color Harmonies of #C66566
Complementary color
Monochromatic Colors of #C66566
Black with #C66566
Text Example
Text Example
White with #C66566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66566; }
p { color: rgb(198,101,102); }
H1.HeaderClassName
{
color: #C66566;
}
.AnyTagClassName
{
color: #C66566;
}
</style>
background-color css
<style>
a { background-color: #C66566; }
a { background-color: rgb(198,101,102); }
div.DivClassName
{
background-color: #C66566;
}
.BgClassName
{
background-color: #C66566;
}
</style>
border-color css
<style>
span { border-color: #C66566; }
span { border-color: rgb(198,101,102); }
td.TdClassName
{
border-color: #C66566;
}
.TagClassName
{
border-color: #C66566;
}
</style>