Shades of Mandy #C35C63
Tints of Mandy #C35C63
RGB
CMYK
RGB Variations
Color information
#C35C63 (or 0xC35C63) is known color: Mandy. HEX triplet: C3, 5C and 63. RGB value is (195,92,99). Sum of RGB (Red+Green+Blue) = 195+92+99=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C63 is #3CA39C. Grayscale: #7B7B7B. Windows color (decimal): -3974045 or 6511811. OLE color: 6511811.
HSL color Cylindrical-coordinate representation of color #C35C63: hue angle of 355.92º 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 #C35C63 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 99 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.24 |
| HSL | 355.92º | 0.46% | 0.56% | - |
| HSV(B) | 355.92º | 0.53% | 0.76% | - |
| XYZ | 28.58 | 20.16 | 14.19 | - |
| YUV | 123.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 99 | 0 | 0.53 | 0.49 | 0.24 | 355.92 | 0.46 | 0.56 |
| Hex | C3 | 5C | 63 | 0 | 35 | 31 | 18 | 164 | 2E | 38 |
| Octal | 303 | 134 | 143 | 0 | 65 | 61 | 30 | 544 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1100011 | 0 | 110101 | 110001 | 11000 | 101100100 | 101110 | 111000 |
Color Harmonies of #C35C63
Complementary color
Monochromatic Colors of #C35C63
Black with #C35C63
Text Example
Text Example
White with #C35C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C63; }
p { color: rgb(195,92,99); }
H1.HeaderClassName
{
color: #C35C63;
}
.AnyTagClassName
{
color: #C35C63;
}
</style>
background-color css
<style>
a { background-color: #C35C63; }
a { background-color: rgb(195,92,99); }
div.DivClassName
{
background-color: #C35C63;
}
.BgClassName
{
background-color: #C35C63;
}
</style>
border-color css
<style>
span { border-color: #C35C63; }
span { border-color: rgb(195,92,99); }
td.TdClassName
{
border-color: #C35C63;
}
.TagClassName
{
border-color: #C35C63;
}
</style>