Shades of Mandy #C35C66
Tints of Mandy #C35C66
RGB
CMYK
RGB Variations
Color information
#C35C66 (or 0xC35C66) is known color: Mandy. HEX triplet: C3, 5C and 66. RGB value is (195,92,102). Sum of RGB (Red+Green+Blue) = 195+92+102=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C66 is #3CA399. Grayscale: #7C7C7C. Windows color (decimal): -3974042 or 6708419. OLE color: 6708419.
HSL color Cylindrical-coordinate representation of color #C35C66: hue angle of 354.17º 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 #C35C66 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 102 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.24 |
| HSL | 354.17º | 0.46% | 0.56% | - |
| HSV(B) | 354.17º | 0.53% | 0.76% | - |
| XYZ | 28.73 | 20.22 | 14.96 | - |
| YUV | 123.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 102 | 0 | 0.53 | 0.48 | 0.24 | 354.17 | 0.46 | 0.56 |
| Hex | C3 | 5C | 66 | 0 | 35 | 30 | 18 | 162 | 2E | 38 |
| Octal | 303 | 134 | 146 | 0 | 65 | 60 | 30 | 542 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1100110 | 0 | 110101 | 110000 | 11000 | 101100010 | 101110 | 111000 |
Color Harmonies of #C35C66
Complementary color
Monochromatic Colors of #C35C66
Black with #C35C66
Text Example
Text Example
White with #C35C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C66; }
p { color: rgb(195,92,102); }
H1.HeaderClassName
{
color: #C35C66;
}
.AnyTagClassName
{
color: #C35C66;
}
</style>
background-color css
<style>
a { background-color: #C35C66; }
a { background-color: rgb(195,92,102); }
div.DivClassName
{
background-color: #C35C66;
}
.BgClassName
{
background-color: #C35C66;
}
</style>
border-color css
<style>
span { border-color: #C35C66; }
span { border-color: rgb(195,92,102); }
td.TdClassName
{
border-color: #C35C66;
}
.TagClassName
{
border-color: #C35C66;
}
</style>