Shades of Mandy #C3595C
Tints of Mandy #C3595C
RGB
CMYK
RGB Variations
Color information
#C3595C (or 0xC3595C) is known color: Mandy. HEX triplet: C3, 59 and 5C. RGB value is (195,89,92). Sum of RGB (Red+Green+Blue) = 195+89+92=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3595C is #3CA6A3. Grayscale: #797979. Windows color (decimal): -3974820 or 6052291. OLE color: 6052291.
HSL color Cylindrical-coordinate representation of color #C3595C: hue angle of 358.3º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3595C is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 92 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.24 |
| HSL | 358.3º | 0.47% | 0.56% | - |
| HSV(B) | 358.3º | 0.54% | 0.76% | - |
| XYZ | 28.01 | 19.52 | 12.42 | - |
| YUV | 121.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 92 | 0 | 0.54 | 0.53 | 0.24 | 358.3 | 0.47 | 0.56 |
| Hex | C3 | 59 | 5C | 0 | 36 | 35 | 18 | 166 | 2F | 38 |
| Octal | 303 | 131 | 134 | 0 | 66 | 65 | 30 | 546 | 57 | 70 |
| Binary | 11000011 | 1011001 | 1011100 | 0 | 110110 | 110101 | 11000 | 101100110 | 101111 | 111000 |
Color Harmonies of #C3595C
Complementary color
Monochromatic Colors of #C3595C
Black with #C3595C
Text Example
Text Example
White with #C3595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3595C; }
p { color: rgb(195,89,92); }
H1.HeaderClassName
{
color: #C3595C;
}
.AnyTagClassName
{
color: #C3595C;
}
</style>
background-color css
<style>
a { background-color: #C3595C; }
a { background-color: rgb(195,89,92); }
div.DivClassName
{
background-color: #C3595C;
}
.BgClassName
{
background-color: #C3595C;
}
</style>
border-color css
<style>
span { border-color: #C3595C; }
span { border-color: rgb(195,89,92); }
td.TdClassName
{
border-color: #C3595C;
}
.TagClassName
{
border-color: #C3595C;
}
</style>