Shades of Mandy #C3505B
Tints of Mandy #C3505B
RGB
CMYK
RGB Variations
Color information
#C3505B (or 0xC3505B) is known color: Mandy. HEX triplet: C3, 50 and 5B. RGB value is (195,80,91). Sum of RGB (Red+Green+Blue) = 195+80+91=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3505B is #3CAFA4. Grayscale: #737373. Windows color (decimal): -3977125 or 5984451. OLE color: 5984451.
HSL color Cylindrical-coordinate representation of color #C3505B: hue angle of 354.26º 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 #C3505B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 91 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.24 |
| HSL | 354.26º | 0.49% | 0.54% | - |
| HSV(B) | 354.26º | 0.59% | 0.76% | - |
| XYZ | 27.26 | 18.09 | 11.95 | - |
| YUV | 115.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 91 | 0 | 0.59 | 0.53 | 0.24 | 354.26 | 0.49 | 0.54 |
| Hex | C3 | 50 | 5B | 0 | 3B | 35 | 18 | 162 | 31 | 36 |
| Octal | 303 | 120 | 133 | 0 | 73 | 65 | 30 | 542 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1011011 | 0 | 111011 | 110101 | 11000 | 101100010 | 110001 | 110110 |
Color Harmonies of #C3505B
Complementary color
Monochromatic Colors of #C3505B
Black with #C3505B
Text Example
Text Example
White with #C3505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3505B; }
p { color: rgb(195,80,91); }
H1.HeaderClassName
{
color: #C3505B;
}
.AnyTagClassName
{
color: #C3505B;
}
</style>
background-color css
<style>
a { background-color: #C3505B; }
a { background-color: rgb(195,80,91); }
div.DivClassName
{
background-color: #C3505B;
}
.BgClassName
{
background-color: #C3505B;
}
</style>
border-color css
<style>
span { border-color: #C3505B; }
span { border-color: rgb(195,80,91); }
td.TdClassName
{
border-color: #C3505B;
}
.TagClassName
{
border-color: #C3505B;
}
</style>