Shades of Mandy #C04553
Tints of Mandy #C04553
RGB
CMYK
RGB Variations
Color information
#C04553 (or 0xC04553) is known color: Mandy. HEX triplet: C0, 45 and 53. RGB value is (192,69,83). Sum of RGB (Red+Green+Blue) = 192+69+83=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04553 is #3FBAAC. Grayscale: #6B6B6B. Windows color (decimal): -4176557 or 5457344. OLE color: 5457344.
HSL color Cylindrical-coordinate representation of color #C04553: hue angle of 353.17º 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 #C04553 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 83 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.25 |
| HSL | 353.17º | 0.49% | 0.51% | - |
| HSV(B) | 353.17º | 0.64% | 0.75% | - |
| XYZ | 25.43 | 16.09 | 9.95 | - |
| YUV | 107.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 83 | 0 | 0.64 | 0.57 | 0.25 | 353.17 | 0.49 | 0.51 |
| Hex | C0 | 45 | 53 | 0 | 40 | 39 | 19 | 161 | 31 | 33 |
| Octal | 300 | 105 | 123 | 0 | 100 | 71 | 31 | 541 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1010011 | 0 | 1000000 | 111001 | 11001 | 101100001 | 110001 | 110011 |
Color Harmonies of #C04553
Complementary color
Monochromatic Colors of #C04553
Black with #C04553
Text Example
Text Example
White with #C04553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04553; }
p { color: rgb(192,69,83); }
H1.HeaderClassName
{
color: #C04553;
}
.AnyTagClassName
{
color: #C04553;
}
</style>
background-color css
<style>
a { background-color: #C04553; }
a { background-color: rgb(192,69,83); }
div.DivClassName
{
background-color: #C04553;
}
.BgClassName
{
background-color: #C04553;
}
</style>
border-color css
<style>
span { border-color: #C04553; }
span { border-color: rgb(192,69,83); }
td.TdClassName
{
border-color: #C04553;
}
.TagClassName
{
border-color: #C04553;
}
</style>