Shades of Mandy #C96268
Tints of Mandy #C96268
RGB
CMYK
RGB Variations
Color information
#C96268 (or 0xC96268) is known color: Mandy. HEX triplet: C9, 62 and 68. RGB value is (201,98,104). Sum of RGB (Red+Green+Blue) = 201+98+104=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96268 is #369D97. Grayscale: #818181. Windows color (decimal): -3579288 or 6841033. OLE color: 6841033.
HSL color Cylindrical-coordinate representation of color #C96268: hue angle of 356.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96268 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 104 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.21 |
| HSL | 356.5º | 0.49% | 0.59% | - |
| HSV(B) | 356.5º | 0.51% | 0.79% | - |
| XYZ | 30.95 | 22.15 | 15.74 | - |
| YUV | 129.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 104 | 0 | 0.51 | 0.48 | 0.21 | 356.5 | 0.49 | 0.59 |
| Hex | C9 | 62 | 68 | 0 | 33 | 30 | 15 | 165 | 31 | 3B |
| Octal | 311 | 142 | 150 | 0 | 63 | 60 | 25 | 545 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1101000 | 0 | 110011 | 110000 | 10101 | 101100101 | 110001 | 111011 |
Color Harmonies of #C96268
Complementary color
Monochromatic Colors of #C96268
Black with #C96268
Text Example
Text Example
White with #C96268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96268; }
p { color: rgb(201,98,104); }
H1.HeaderClassName
{
color: #C96268;
}
.AnyTagClassName
{
color: #C96268;
}
</style>
background-color css
<style>
a { background-color: #C96268; }
a { background-color: rgb(201,98,104); }
div.DivClassName
{
background-color: #C96268;
}
.BgClassName
{
background-color: #C96268;
}
</style>
border-color css
<style>
span { border-color: #C96268; }
span { border-color: rgb(201,98,104); }
td.TdClassName
{
border-color: #C96268;
}
.TagClassName
{
border-color: #C96268;
}
</style>