Shades of Mandy #C35D60
Tints of Mandy #C35D60
RGB
CMYK
RGB Variations
Color information
#C35D60 (or 0xC35D60) is known color: Mandy. HEX triplet: C3, 5D and 60. RGB value is (195,93,96). Sum of RGB (Red+Green+Blue) = 195+93+96=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D60 is #3CA29F. Grayscale: #7B7B7B. Windows color (decimal): -3973792 or 6315459. OLE color: 6315459.
HSL color Cylindrical-coordinate representation of color #C35D60: hue angle of 358.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D60 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 96 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.24 |
| HSL | 358.24º | 0.46% | 0.56% | - |
| HSV(B) | 358.24º | 0.52% | 0.76% | - |
| XYZ | 28.53 | 20.28 | 13.48 | - |
| YUV | 123.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 96 | 0 | 0.52 | 0.51 | 0.24 | 358.24 | 0.46 | 0.56 |
| Hex | C3 | 5D | 60 | 0 | 34 | 33 | 18 | 166 | 2E | 38 |
| Octal | 303 | 135 | 140 | 0 | 64 | 63 | 30 | 546 | 56 | 70 |
| Binary | 11000011 | 1011101 | 1100000 | 0 | 110100 | 110011 | 11000 | 101100110 | 101110 | 111000 |
Color Harmonies of #C35D60
Complementary color
Monochromatic Colors of #C35D60
Black with #C35D60
Text Example
Text Example
White with #C35D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D60; }
p { color: rgb(195,93,96); }
H1.HeaderClassName
{
color: #C35D60;
}
.AnyTagClassName
{
color: #C35D60;
}
</style>
background-color css
<style>
a { background-color: #C35D60; }
a { background-color: rgb(195,93,96); }
div.DivClassName
{
background-color: #C35D60;
}
.BgClassName
{
background-color: #C35D60;
}
</style>
border-color css
<style>
span { border-color: #C35D60; }
span { border-color: rgb(195,93,96); }
td.TdClassName
{
border-color: #C35D60;
}
.TagClassName
{
border-color: #C35D60;
}
</style>