Shades of Mandy #C5484B
Tints of Mandy #C5484B
RGB
CMYK
RGB Variations
Color information
#C5484B (or 0xC5484B) is known color: Mandy. HEX triplet: C5, 48 and 4B. RGB value is (197,72,75). Sum of RGB (Red+Green+Blue) = 197+72+75=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5484B is #3AB7B4. Grayscale: #6D6D6D. Windows color (decimal): -3848117 or 4933829. OLE color: 4933829.
HSL color Cylindrical-coordinate representation of color #C5484B: hue angle of 358.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5484B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 75 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.23 |
| HSL | 358.56º | 0.52% | 0.53% | - |
| HSV(B) | 358.56º | 0.63% | 0.77% | - |
| XYZ | 26.61 | 17.01 | 8.54 | - |
| YUV | 109.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 75 | 0 | 0.63 | 0.62 | 0.23 | 358.56 | 0.52 | 0.53 |
| Hex | C5 | 48 | 4B | 0 | 3F | 3E | 17 | 167 | 34 | 35 |
| Octal | 305 | 110 | 113 | 0 | 77 | 76 | 27 | 547 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1001011 | 0 | 111111 | 111110 | 10111 | 101100111 | 110100 | 110101 |
Color Harmonies of #C5484B
Complementary color
Monochromatic Colors of #C5484B
Black with #C5484B
Text Example
Text Example
White with #C5484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5484B; }
p { color: rgb(197,72,75); }
H1.HeaderClassName
{
color: #C5484B;
}
.AnyTagClassName
{
color: #C5484B;
}
</style>
background-color css
<style>
a { background-color: #C5484B; }
a { background-color: rgb(197,72,75); }
div.DivClassName
{
background-color: #C5484B;
}
.BgClassName
{
background-color: #C5484B;
}
</style>
border-color css
<style>
span { border-color: #C5484B; }
span { border-color: rgb(197,72,75); }
td.TdClassName
{
border-color: #C5484B;
}
.TagClassName
{
border-color: #C5484B;
}
</style>