Shades of Mandy #C96668
Tints of Mandy #C96668
RGB
CMYK
RGB Variations
Color information
#C96668 (or 0xC96668) is known color: Mandy. HEX triplet: C9, 66 and 68. RGB value is (201,102,104). Sum of RGB (Red+Green+Blue) = 201+102+104=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C96668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96668 is #369997. Grayscale: #838383. Windows color (decimal): -3578264 or 6842057. OLE color: 6842057.
HSL color Cylindrical-coordinate representation of color #C96668: hue angle of 358.79º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96668 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 104 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.21 |
| HSL | 358.79º | 0.48% | 0.59% | - |
| HSV(B) | 358.79º | 0.49% | 0.79% | - |
| XYZ | 31.34 | 22.92 | 15.87 | - |
| YUV | 131.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 104 | 0 | 0.49 | 0.48 | 0.21 | 358.79 | 0.48 | 0.59 |
| Hex | C9 | 66 | 68 | 0 | 31 | 30 | 15 | 167 | 30 | 3B |
| Octal | 311 | 146 | 150 | 0 | 61 | 60 | 25 | 547 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1101000 | 0 | 110001 | 110000 | 10101 | 101100111 | 110000 | 111011 |
Color Harmonies of #C96668
Complementary color
Monochromatic Colors of #C96668
Black with #C96668
Text Example
Text Example
White with #C96668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96668; }
p { color: rgb(201,102,104); }
H1.HeaderClassName
{
color: #C96668;
}
.AnyTagClassName
{
color: #C96668;
}
</style>
background-color css
<style>
a { background-color: #C96668; }
a { background-color: rgb(201,102,104); }
div.DivClassName
{
background-color: #C96668;
}
.BgClassName
{
background-color: #C96668;
}
</style>
border-color css
<style>
span { border-color: #C96668; }
span { border-color: rgb(201,102,104); }
td.TdClassName
{
border-color: #C96668;
}
.TagClassName
{
border-color: #C96668;
}
</style>