Shades of Mandy #C9595C
Tints of Mandy #C9595C
RGB
CMYK
RGB Variations
Color information
#C9595C (or 0xC9595C) is known color: Mandy. HEX triplet: C9, 59 and 5C. RGB value is (201,89,92). Sum of RGB (Red+Green+Blue) = 201+89+92=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9595C is #36A6A3. Grayscale: #7A7A7A. Windows color (decimal): -3581604 or 6052297. OLE color: 6052297.
HSL color Cylindrical-coordinate representation of color #C9595C: hue angle of 358.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9595C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 92 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.21 |
| HSL | 358.39º | 0.51% | 0.57% | - |
| HSV(B) | 358.39º | 0.56% | 0.79% | - |
| XYZ | 29.59 | 20.33 | 12.49 | - |
| YUV | 122.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 92 | 0 | 0.56 | 0.54 | 0.21 | 358.39 | 0.51 | 0.57 |
| Hex | C9 | 59 | 5C | 0 | 38 | 36 | 15 | 166 | 33 | 39 |
| Octal | 311 | 131 | 134 | 0 | 70 | 66 | 25 | 546 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1011100 | 0 | 111000 | 110110 | 10101 | 101100110 | 110011 | 111001 |
Color Harmonies of #C9595C
Complementary color
Monochromatic Colors of #C9595C
Black with #C9595C
Text Example
Text Example
White with #C9595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9595C; }
p { color: rgb(201,89,92); }
H1.HeaderClassName
{
color: #C9595C;
}
.AnyTagClassName
{
color: #C9595C;
}
</style>
background-color css
<style>
a { background-color: #C9595C; }
a { background-color: rgb(201,89,92); }
div.DivClassName
{
background-color: #C9595C;
}
.BgClassName
{
background-color: #C9595C;
}
</style>
border-color css
<style>
span { border-color: #C9595C; }
span { border-color: rgb(201,89,92); }
td.TdClassName
{
border-color: #C9595C;
}
.TagClassName
{
border-color: #C9595C;
}
</style>