Shades of Mandy #C3535B
Tints of Mandy #C3535B
RGB
CMYK
RGB Variations
Color information
#C3535B (or 0xC3535B) is known color: Mandy. HEX triplet: C3, 53 and 5B. RGB value is (195,83,91). Sum of RGB (Red+Green+Blue) = 195+83+91=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535B is #3CACA4. Grayscale: #757575. Windows color (decimal): -3976357 or 5985219. OLE color: 5985219.
HSL color Cylindrical-coordinate representation of color #C3535B: hue angle of 355.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3535B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 91 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.24 |
| HSL | 355.71º | 0.48% | 0.55% | - |
| HSV(B) | 355.71º | 0.57% | 0.76% | - |
| XYZ | 27.49 | 18.54 | 12.03 | - |
| YUV | 117.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 91 | 0 | 0.57 | 0.53 | 0.24 | 355.71 | 0.48 | 0.55 |
| Hex | C3 | 53 | 5B | 0 | 39 | 35 | 18 | 164 | 30 | 37 |
| Octal | 303 | 123 | 133 | 0 | 71 | 65 | 30 | 544 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1011011 | 0 | 111001 | 110101 | 11000 | 101100100 | 110000 | 110111 |
Color Harmonies of #C3535B
Complementary color
Monochromatic Colors of #C3535B
Black with #C3535B
Text Example
Text Example
White with #C3535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3535B; }
p { color: rgb(195,83,91); }
H1.HeaderClassName
{
color: #C3535B;
}
.AnyTagClassName
{
color: #C3535B;
}
</style>
background-color css
<style>
a { background-color: #C3535B; }
a { background-color: rgb(195,83,91); }
div.DivClassName
{
background-color: #C3535B;
}
.BgClassName
{
background-color: #C3535B;
}
</style>
border-color css
<style>
span { border-color: #C3535B; }
span { border-color: rgb(195,83,91); }
td.TdClassName
{
border-color: #C3535B;
}
.TagClassName
{
border-color: #C3535B;
}
</style>