Shades of Mandy #C3515B
Tints of Mandy #C3515B
RGB
CMYK
RGB Variations
Color information
#C3515B (or 0xC3515B) is known color: Mandy. HEX triplet: C3, 51 and 5B. RGB value is (195,81,91). Sum of RGB (Red+Green+Blue) = 195+81+91=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3515B is #3CAEA4. Grayscale: #747474. Windows color (decimal): -3976869 or 5984707. OLE color: 5984707.
HSL color Cylindrical-coordinate representation of color #C3515B: hue angle of 354.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3515B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 91 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.24 |
| HSL | 354.74º | 0.49% | 0.54% | - |
| HSV(B) | 354.74º | 0.58% | 0.76% | - |
| XYZ | 27.34 | 18.24 | 11.98 | - |
| YUV | 116.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 91 | 0 | 0.58 | 0.53 | 0.24 | 354.74 | 0.49 | 0.54 |
| Hex | C3 | 51 | 5B | 0 | 3A | 35 | 18 | 163 | 31 | 36 |
| Octal | 303 | 121 | 133 | 0 | 72 | 65 | 30 | 543 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1011011 | 0 | 111010 | 110101 | 11000 | 101100011 | 110001 | 110110 |
Color Harmonies of #C3515B
Complementary color
Monochromatic Colors of #C3515B
Black with #C3515B
Text Example
Text Example
White with #C3515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3515B; }
p { color: rgb(195,81,91); }
H1.HeaderClassName
{
color: #C3515B;
}
.AnyTagClassName
{
color: #C3515B;
}
</style>
background-color css
<style>
a { background-color: #C3515B; }
a { background-color: rgb(195,81,91); }
div.DivClassName
{
background-color: #C3515B;
}
.BgClassName
{
background-color: #C3515B;
}
</style>
border-color css
<style>
span { border-color: #C3515B; }
span { border-color: rgb(195,81,91); }
td.TdClassName
{
border-color: #C3515B;
}
.TagClassName
{
border-color: #C3515B;
}
</style>