Shades of Mandy #C4535B
Tints of Mandy #C4535B
RGB
CMYK
RGB Variations
Color information
#C4535B (or 0xC4535B) is known color: Mandy. HEX triplet: C4, 53 and 5B. RGB value is (196,83,91). Sum of RGB (Red+Green+Blue) = 196+83+91=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4535B is #3BACA4. Grayscale: #757575. Windows color (decimal): -3910821 or 5985220. OLE color: 5985220.
HSL color Cylindrical-coordinate representation of color #C4535B: hue angle of 355.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4535B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.23 |
| HSL | 355.75º | 0.49% | 0.55% | - |
| HSV(B) | 355.75º | 0.58% | 0.77% | - |
| XYZ | 27.75 | 18.68 | 12.04 | - |
| YUV | 117.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 91 | 0 | 0.58 | 0.54 | 0.23 | 355.75 | 0.49 | 0.55 |
| Hex | C4 | 53 | 5B | 0 | 3A | 36 | 17 | 164 | 31 | 37 |
| Octal | 304 | 123 | 133 | 0 | 72 | 66 | 27 | 544 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1011011 | 0 | 111010 | 110110 | 10111 | 101100100 | 110001 | 110111 |
Color Harmonies of #C4535B
Complementary color
Monochromatic Colors of #C4535B
Black with #C4535B
Text Example
Text Example
White with #C4535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4535B; }
p { color: rgb(196,83,91); }
H1.HeaderClassName
{
color: #C4535B;
}
.AnyTagClassName
{
color: #C4535B;
}
</style>
background-color css
<style>
a { background-color: #C4535B; }
a { background-color: rgb(196,83,91); }
div.DivClassName
{
background-color: #C4535B;
}
.BgClassName
{
background-color: #C4535B;
}
</style>
border-color css
<style>
span { border-color: #C4535B; }
span { border-color: rgb(196,83,91); }
td.TdClassName
{
border-color: #C4535B;
}
.TagClassName
{
border-color: #C4535B;
}
</style>