Shades of Mandy #C35360
Tints of Mandy #C35360
RGB
CMYK
RGB Variations
Color information
#C35360 (or 0xC35360) is known color: Mandy. HEX triplet: C3, 53 and 60. RGB value is (195,83,96). Sum of RGB (Red+Green+Blue) = 195+83+96=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35360 is #3CAC9F. Grayscale: #767676. Windows color (decimal): -3976352 or 6312899. OLE color: 6312899.
HSL color Cylindrical-coordinate representation of color #C35360: hue angle of 353.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35360 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 96 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.24 |
| HSL | 353.04º | 0.48% | 0.55% | - |
| HSV(B) | 353.04º | 0.57% | 0.76% | - |
| XYZ | 27.71 | 18.63 | 13.2 | - |
| YUV | 117.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 96 | 0 | 0.57 | 0.51 | 0.24 | 353.04 | 0.48 | 0.55 |
| Hex | C3 | 53 | 60 | 0 | 39 | 33 | 18 | 161 | 30 | 37 |
| Octal | 303 | 123 | 140 | 0 | 71 | 63 | 30 | 541 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1100000 | 0 | 111001 | 110011 | 11000 | 101100001 | 110000 | 110111 |
Color Harmonies of #C35360
Complementary color
Monochromatic Colors of #C35360
Black with #C35360
Text Example
Text Example
White with #C35360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35360; }
p { color: rgb(195,83,96); }
H1.HeaderClassName
{
color: #C35360;
}
.AnyTagClassName
{
color: #C35360;
}
</style>
background-color css
<style>
a { background-color: #C35360; }
a { background-color: rgb(195,83,96); }
div.DivClassName
{
background-color: #C35360;
}
.BgClassName
{
background-color: #C35360;
}
</style>
border-color css
<style>
span { border-color: #C35360; }
span { border-color: rgb(195,83,96); }
td.TdClassName
{
border-color: #C35360;
}
.TagClassName
{
border-color: #C35360;
}
</style>