Shades of Mandy #C96164
Tints of Mandy #C96164
RGB
CMYK
RGB Variations
Color information
#C96164 (or 0xC96164) is known color: Mandy. HEX triplet: C9, 61 and 64. RGB value is (201,97,100). Sum of RGB (Red+Green+Blue) = 201+97+100=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96164 is #369E9B. Grayscale: #808080. Windows color (decimal): -3579548 or 6578633. OLE color: 6578633.
HSL color Cylindrical-coordinate representation of color #C96164: hue angle of 358.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96164 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 100 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.21 |
| HSL | 358.27º | 0.49% | 0.58% | - |
| HSV(B) | 358.27º | 0.52% | 0.79% | - |
| XYZ | 30.66 | 21.89 | 14.67 | - |
| YUV | 128.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 100 | 0 | 0.52 | 0.50 | 0.21 | 358.27 | 0.49 | 0.58 |
| Hex | C9 | 61 | 64 | 0 | 34 | 32 | 15 | 166 | 31 | 3A |
| Octal | 311 | 141 | 144 | 0 | 64 | 62 | 25 | 546 | 61 | 72 |
| Binary | 11001001 | 1100001 | 1100100 | 0 | 110100 | 110010 | 10101 | 101100110 | 110001 | 111010 |
Color Harmonies of #C96164
Complementary color
Monochromatic Colors of #C96164
Black with #C96164
Text Example
Text Example
White with #C96164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96164; }
p { color: rgb(201,97,100); }
H1.HeaderClassName
{
color: #C96164;
}
.AnyTagClassName
{
color: #C96164;
}
</style>
background-color css
<style>
a { background-color: #C96164; }
a { background-color: rgb(201,97,100); }
div.DivClassName
{
background-color: #C96164;
}
.BgClassName
{
background-color: #C96164;
}
</style>
border-color css
<style>
span { border-color: #C96164; }
span { border-color: rgb(201,97,100); }
td.TdClassName
{
border-color: #C96164;
}
.TagClassName
{
border-color: #C96164;
}
</style>