Shades of Mandy #C54B5D
Tints of Mandy #C54B5D
RGB
CMYK
RGB Variations
Color information
#C54B5D (or 0xC54B5D) is known color: Mandy. HEX triplet: C5, 4B and 5D. RGB value is (197,75,93). Sum of RGB (Red+Green+Blue) = 197+75+93=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B5D is #3AB4A2. Grayscale: #717171. Windows color (decimal): -3847331 or 6114245. OLE color: 6114245.
HSL color Cylindrical-coordinate representation of color #C54B5D: hue angle of 351.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54B5D is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 93 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.23 |
| HSL | 351.15º | 0.51% | 0.53% | - |
| HSV(B) | 351.15º | 0.62% | 0.77% | - |
| XYZ | 27.52 | 17.69 | 12.32 | - |
| YUV | 113.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 93 | 0 | 0.62 | 0.53 | 0.23 | 351.15 | 0.51 | 0.53 |
| Hex | C5 | 4B | 5D | 0 | 3E | 35 | 17 | 15F | 33 | 35 |
| Octal | 305 | 113 | 135 | 0 | 76 | 65 | 27 | 537 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1011101 | 0 | 111110 | 110101 | 10111 | 101011111 | 110011 | 110101 |
Color Harmonies of #C54B5D
Complementary color
Monochromatic Colors of #C54B5D
Black with #C54B5D
Text Example
Text Example
White with #C54B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B5D; }
p { color: rgb(197,75,93); }
H1.HeaderClassName
{
color: #C54B5D;
}
.AnyTagClassName
{
color: #C54B5D;
}
</style>
background-color css
<style>
a { background-color: #C54B5D; }
a { background-color: rgb(197,75,93); }
div.DivClassName
{
background-color: #C54B5D;
}
.BgClassName
{
background-color: #C54B5D;
}
</style>
border-color css
<style>
span { border-color: #C54B5D; }
span { border-color: rgb(197,75,93); }
td.TdClassName
{
border-color: #C54B5D;
}
.TagClassName
{
border-color: #C54B5D;
}
</style>