Shades of Mandy #C14553
Tints of Mandy #C14553
RGB
CMYK
RGB Variations
Color information
#C14553 (or 0xC14553) is known color: Mandy. HEX triplet: C1, 45 and 53. RGB value is (193,69,83). Sum of RGB (Red+Green+Blue) = 193+69+83=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14553 is #3EBAAC. Grayscale: #6B6B6B. Windows color (decimal): -4111021 or 5457345. OLE color: 5457345.
HSL color Cylindrical-coordinate representation of color #C14553: hue angle of 353.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14553 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 83 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.24 |
| HSL | 353.23º | 0.5% | 0.51% | - |
| HSV(B) | 353.23º | 0.64% | 0.76% | - |
| XYZ | 25.68 | 16.22 | 9.96 | - |
| YUV | 107.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 83 | 0 | 0.64 | 0.57 | 0.24 | 353.23 | 0.5 | 0.51 |
| Hex | C1 | 45 | 53 | 0 | 40 | 39 | 18 | 161 | 32 | 33 |
| Octal | 301 | 105 | 123 | 0 | 100 | 71 | 30 | 541 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1010011 | 0 | 1000000 | 111001 | 11000 | 101100001 | 110010 | 110011 |
Color Harmonies of #C14553
Complementary color
Monochromatic Colors of #C14553
Black with #C14553
Text Example
Text Example
White with #C14553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14553; }
p { color: rgb(193,69,83); }
H1.HeaderClassName
{
color: #C14553;
}
.AnyTagClassName
{
color: #C14553;
}
</style>
background-color css
<style>
a { background-color: #C14553; }
a { background-color: rgb(193,69,83); }
div.DivClassName
{
background-color: #C14553;
}
.BgClassName
{
background-color: #C14553;
}
</style>
border-color css
<style>
span { border-color: #C14553; }
span { border-color: rgb(193,69,83); }
td.TdClassName
{
border-color: #C14553;
}
.TagClassName
{
border-color: #C14553;
}
</style>