Shades of Mandy #C3505D
Tints of Mandy #C3505D
RGB
CMYK
RGB Variations
Color information
#C3505D (or 0xC3505D) is known color: Mandy. HEX triplet: C3, 50 and 5D. RGB value is (195,80,93). Sum of RGB (Red+Green+Blue) = 195+80+93=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3505D is #3CAFA2. Grayscale: #737373. Windows color (decimal): -3977123 or 6115523. OLE color: 6115523.
HSL color Cylindrical-coordinate representation of color #C3505D: hue angle of 353.22º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3505D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 93 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.24 |
| HSL | 353.22º | 0.49% | 0.54% | - |
| HSV(B) | 353.22º | 0.59% | 0.76% | - |
| XYZ | 27.35 | 18.13 | 12.41 | - |
| YUV | 115.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 93 | 0 | 0.59 | 0.52 | 0.24 | 353.22 | 0.49 | 0.54 |
| Hex | C3 | 50 | 5D | 0 | 3B | 34 | 18 | 161 | 31 | 36 |
| Octal | 303 | 120 | 135 | 0 | 73 | 64 | 30 | 541 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1011101 | 0 | 111011 | 110100 | 11000 | 101100001 | 110001 | 110110 |
Color Harmonies of #C3505D
Complementary color
Monochromatic Colors of #C3505D
Black with #C3505D
Text Example
Text Example
White with #C3505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3505D; }
p { color: rgb(195,80,93); }
H1.HeaderClassName
{
color: #C3505D;
}
.AnyTagClassName
{
color: #C3505D;
}
</style>
background-color css
<style>
a { background-color: #C3505D; }
a { background-color: rgb(195,80,93); }
div.DivClassName
{
background-color: #C3505D;
}
.BgClassName
{
background-color: #C3505D;
}
</style>
border-color css
<style>
span { border-color: #C3505D; }
span { border-color: rgb(195,80,93); }
td.TdClassName
{
border-color: #C3505D;
}
.TagClassName
{
border-color: #C3505D;
}
</style>