Shades of Mandy #C5535A
Tints of Mandy #C5535A
RGB
CMYK
RGB Variations
Color information
#C5535A (or 0xC5535A) is known color: Mandy. HEX triplet: C5, 53 and 5A. RGB value is (197,83,90). Sum of RGB (Red+Green+Blue) = 197+83+90=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5535A is #3AACA5. Grayscale: #757575. Windows color (decimal): -3845286 or 5919685. OLE color: 5919685.
HSL color Cylindrical-coordinate representation of color #C5535A: hue angle of 356.32º degrees, saturation: 0.5, 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 #C5535A is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 90 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.23 |
| HSL | 356.32º | 0.5% | 0.55% | - |
| HSV(B) | 356.32º | 0.58% | 0.77% | - |
| XYZ | 27.96 | 18.8 | 11.83 | - |
| YUV | 117.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 90 | 0 | 0.58 | 0.54 | 0.23 | 356.32 | 0.5 | 0.55 |
| Hex | C5 | 53 | 5A | 0 | 3A | 36 | 17 | 164 | 32 | 37 |
| Octal | 305 | 123 | 132 | 0 | 72 | 66 | 27 | 544 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1011010 | 0 | 111010 | 110110 | 10111 | 101100100 | 110010 | 110111 |
Color Harmonies of #C5535A
Complementary color
Monochromatic Colors of #C5535A
Black with #C5535A
Text Example
Text Example
White with #C5535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5535A; }
p { color: rgb(197,83,90); }
H1.HeaderClassName
{
color: #C5535A;
}
.AnyTagClassName
{
color: #C5535A;
}
</style>
background-color css
<style>
a { background-color: #C5535A; }
a { background-color: rgb(197,83,90); }
div.DivClassName
{
background-color: #C5535A;
}
.BgClassName
{
background-color: #C5535A;
}
</style>
border-color css
<style>
span { border-color: #C5535A; }
span { border-color: rgb(197,83,90); }
td.TdClassName
{
border-color: #C5535A;
}
.TagClassName
{
border-color: #C5535A;
}
</style>