Shades of Mandy #C95B64
Tints of Mandy #C95B64
RGB
CMYK
RGB Variations
Color information
#C95B64 (or 0xC95B64) is known color: Mandy. HEX triplet: C9, 5B and 64. RGB value is (201,91,100). Sum of RGB (Red+Green+Blue) = 201+91+100=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B64 is #36A49B. Grayscale: #7C7C7C. Windows color (decimal): -3581084 or 6577097. OLE color: 6577097.
HSL color Cylindrical-coordinate representation of color #C95B64: hue angle of 355.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B64 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 100 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.21 |
| HSL | 355.09º | 0.5% | 0.57% | - |
| HSV(B) | 355.09º | 0.55% | 0.79% | - |
| XYZ | 30.13 | 20.82 | 14.49 | - |
| YUV | 124.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 100 | 0 | 0.55 | 0.50 | 0.21 | 355.09 | 0.5 | 0.57 |
| Hex | C9 | 5B | 64 | 0 | 37 | 32 | 15 | 163 | 32 | 39 |
| Octal | 311 | 133 | 144 | 0 | 67 | 62 | 25 | 543 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1100100 | 0 | 110111 | 110010 | 10101 | 101100011 | 110010 | 111001 |
Color Harmonies of #C95B64
Complementary color
Monochromatic Colors of #C95B64
Black with #C95B64
Text Example
Text Example
White with #C95B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B64; }
p { color: rgb(201,91,100); }
H1.HeaderClassName
{
color: #C95B64;
}
.AnyTagClassName
{
color: #C95B64;
}
</style>
background-color css
<style>
a { background-color: #C95B64; }
a { background-color: rgb(201,91,100); }
div.DivClassName
{
background-color: #C95B64;
}
.BgClassName
{
background-color: #C95B64;
}
</style>
border-color css
<style>
span { border-color: #C95B64; }
span { border-color: rgb(201,91,100); }
td.TdClassName
{
border-color: #C95B64;
}
.TagClassName
{
border-color: #C95B64;
}
</style>