Shades of Mandy #C35C5D
Tints of Mandy #C35C5D
RGB
CMYK
RGB Variations
Color information
#C35C5D (or 0xC35C5D) is known color: Mandy. HEX triplet: C3, 5C and 5D. RGB value is (195,92,93). Sum of RGB (Red+Green+Blue) = 195+92+93=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C5D is #3CA3A2. Grayscale: #7B7B7B. Windows color (decimal): -3974051 or 6118595. OLE color: 6118595.
HSL color Cylindrical-coordinate representation of color #C35C5D: hue angle of 359.42º 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 #C35C5D is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 93 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.24 |
| HSL | 359.42º | 0.46% | 0.56% | - |
| HSV(B) | 359.42º | 0.53% | 0.76% | - |
| XYZ | 28.31 | 20.05 | 12.73 | - |
| YUV | 122.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 93 | 0 | 0.53 | 0.52 | 0.24 | 359.42 | 0.46 | 0.56 |
| Hex | C3 | 5C | 5D | 0 | 35 | 34 | 18 | 167 | 2E | 38 |
| Octal | 303 | 134 | 135 | 0 | 65 | 64 | 30 | 547 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1011101 | 0 | 110101 | 110100 | 11000 | 101100111 | 101110 | 111000 |
Color Harmonies of #C35C5D
Complementary color
Monochromatic Colors of #C35C5D
Black with #C35C5D
Text Example
Text Example
White with #C35C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C5D; }
p { color: rgb(195,92,93); }
H1.HeaderClassName
{
color: #C35C5D;
}
.AnyTagClassName
{
color: #C35C5D;
}
</style>
background-color css
<style>
a { background-color: #C35C5D; }
a { background-color: rgb(195,92,93); }
div.DivClassName
{
background-color: #C35C5D;
}
.BgClassName
{
background-color: #C35C5D;
}
</style>
border-color css
<style>
span { border-color: #C35C5D; }
span { border-color: rgb(195,92,93); }
td.TdClassName
{
border-color: #C35C5D;
}
.TagClassName
{
border-color: #C35C5D;
}
</style>