Shades of Mandy #C14852
Tints of Mandy #C14852
RGB
CMYK
RGB Variations
Color information
#C14852 (or 0xC14852) is known color: Mandy. HEX triplet: C1, 48 and 52. RGB value is (193,72,82). Sum of RGB (Red+Green+Blue) = 193+72+82=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14852 is #3EB7AD. Grayscale: #6D6D6D. Windows color (decimal): -4110254 or 5392577. OLE color: 5392577.
HSL color Cylindrical-coordinate representation of color #C14852: hue angle of 355.04º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14852 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 82 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.24 |
| HSL | 355.04º | 0.49% | 0.52% | - |
| HSV(B) | 355.04º | 0.63% | 0.76% | - |
| XYZ | 25.83 | 16.58 | 9.82 | - |
| YUV | 109.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 82 | 0 | 0.63 | 0.58 | 0.24 | 355.04 | 0.49 | 0.52 |
| Hex | C1 | 48 | 52 | 0 | 3F | 3A | 18 | 163 | 31 | 34 |
| Octal | 301 | 110 | 122 | 0 | 77 | 72 | 30 | 543 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1010010 | 0 | 111111 | 111010 | 11000 | 101100011 | 110001 | 110100 |
Color Harmonies of #C14852
Complementary color
Monochromatic Colors of #C14852
Black with #C14852
Text Example
Text Example
White with #C14852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14852; }
p { color: rgb(193,72,82); }
H1.HeaderClassName
{
color: #C14852;
}
.AnyTagClassName
{
color: #C14852;
}
</style>
background-color css
<style>
a { background-color: #C14852; }
a { background-color: rgb(193,72,82); }
div.DivClassName
{
background-color: #C14852;
}
.BgClassName
{
background-color: #C14852;
}
</style>
border-color css
<style>
span { border-color: #C14852; }
span { border-color: rgb(193,72,82); }
td.TdClassName
{
border-color: #C14852;
}
.TagClassName
{
border-color: #C14852;
}
</style>