Shades of Mandy #C35C60
Tints of Mandy #C35C60
RGB
CMYK
RGB Variations
Color information
#C35C60 (or 0xC35C60) is known color: Mandy. HEX triplet: C3, 5C and 60. RGB value is (195,92,96). Sum of RGB (Red+Green+Blue) = 195+92+96=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C60 is #3CA39F. Grayscale: #7B7B7B. Windows color (decimal): -3974048 or 6315203. OLE color: 6315203.
HSL color Cylindrical-coordinate representation of color #C35C60: hue angle of 357.67º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C60 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 96 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.24 |
| HSL | 357.67º | 0.46% | 0.56% | - |
| HSV(B) | 357.67º | 0.53% | 0.76% | - |
| XYZ | 28.44 | 20.1 | 13.45 | - |
| YUV | 123.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 96 | 0 | 0.53 | 0.51 | 0.24 | 357.67 | 0.46 | 0.56 |
| Hex | C3 | 5C | 60 | 0 | 35 | 33 | 18 | 166 | 2E | 38 |
| Octal | 303 | 134 | 140 | 0 | 65 | 63 | 30 | 546 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1100000 | 0 | 110101 | 110011 | 11000 | 101100110 | 101110 | 111000 |
Color Harmonies of #C35C60
Complementary color
Monochromatic Colors of #C35C60
Black with #C35C60
Text Example
Text Example
White with #C35C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C60; }
p { color: rgb(195,92,96); }
H1.HeaderClassName
{
color: #C35C60;
}
.AnyTagClassName
{
color: #C35C60;
}
</style>
background-color css
<style>
a { background-color: #C35C60; }
a { background-color: rgb(195,92,96); }
div.DivClassName
{
background-color: #C35C60;
}
.BgClassName
{
background-color: #C35C60;
}
</style>
border-color css
<style>
span { border-color: #C35C60; }
span { border-color: rgb(195,92,96); }
td.TdClassName
{
border-color: #C35C60;
}
.TagClassName
{
border-color: #C35C60;
}
</style>