Shades of Mandy #C5454B
Tints of Mandy #C5454B
RGB
CMYK
RGB Variations
Color information
#C5454B (or 0xC5454B) is known color: Mandy. HEX triplet: C5, 45 and 4B. RGB value is (197,69,75). Sum of RGB (Red+Green+Blue) = 197+69+75=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5454B is #3ABAB4. Grayscale: #6C6C6C. Windows color (decimal): -3848885 or 4933061. OLE color: 4933061.
HSL color Cylindrical-coordinate representation of color #C5454B: hue angle of 357.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5454B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 75 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.23 |
| HSL | 357.19º | 0.52% | 0.52% | - |
| HSV(B) | 357.19º | 0.65% | 0.77% | - |
| XYZ | 26.42 | 16.63 | 8.47 | - |
| YUV | 107.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 75 | 0 | 0.65 | 0.62 | 0.23 | 357.19 | 0.52 | 0.52 |
| Hex | C5 | 45 | 4B | 0 | 41 | 3E | 17 | 165 | 34 | 34 |
| Octal | 305 | 105 | 113 | 0 | 101 | 76 | 27 | 545 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1001011 | 0 | 1000001 | 111110 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C5454B
Complementary color
Monochromatic Colors of #C5454B
Black with #C5454B
Text Example
Text Example
White with #C5454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5454B; }
p { color: rgb(197,69,75); }
H1.HeaderClassName
{
color: #C5454B;
}
.AnyTagClassName
{
color: #C5454B;
}
</style>
background-color css
<style>
a { background-color: #C5454B; }
a { background-color: rgb(197,69,75); }
div.DivClassName
{
background-color: #C5454B;
}
.BgClassName
{
background-color: #C5454B;
}
</style>
border-color css
<style>
span { border-color: #C5454B; }
span { border-color: rgb(197,69,75); }
td.TdClassName
{
border-color: #C5454B;
}
.TagClassName
{
border-color: #C5454B;
}
</style>