Shades of Mandy #C04552
Tints of Mandy #C04552
RGB
CMYK
RGB Variations
Color information
#C04552 (or 0xC04552) is known color: Mandy. HEX triplet: C0, 45 and 52. RGB value is (192,69,82). Sum of RGB (Red+Green+Blue) = 192+69+82=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04552 is #3FBAAD. Grayscale: #6B6B6B. Windows color (decimal): -4176558 or 5391808. OLE color: 5391808.
HSL color Cylindrical-coordinate representation of color #C04552: hue angle of 353.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04552 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 82 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.25 |
| HSL | 353.66º | 0.49% | 0.51% | - |
| HSV(B) | 353.66º | 0.64% | 0.75% | - |
| XYZ | 25.39 | 16.07 | 9.75 | - |
| YUV | 107.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 82 | 0 | 0.64 | 0.57 | 0.25 | 353.66 | 0.49 | 0.51 |
| Hex | C0 | 45 | 52 | 0 | 40 | 39 | 19 | 162 | 31 | 33 |
| Octal | 300 | 105 | 122 | 0 | 100 | 71 | 31 | 542 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1010010 | 0 | 1000000 | 111001 | 11001 | 101100010 | 110001 | 110011 |
Color Harmonies of #C04552
Complementary color
Monochromatic Colors of #C04552
Black with #C04552
Text Example
Text Example
White with #C04552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04552; }
p { color: rgb(192,69,82); }
H1.HeaderClassName
{
color: #C04552;
}
.AnyTagClassName
{
color: #C04552;
}
</style>
background-color css
<style>
a { background-color: #C04552; }
a { background-color: rgb(192,69,82); }
div.DivClassName
{
background-color: #C04552;
}
.BgClassName
{
background-color: #C04552;
}
</style>
border-color css
<style>
span { border-color: #C04552; }
span { border-color: rgb(192,69,82); }
td.TdClassName
{
border-color: #C04552;
}
.TagClassName
{
border-color: #C04552;
}
</style>