Shades of Mandy #C04549
Tints of Mandy #C04549
RGB
CMYK
RGB Variations
Color information
#C04549 (or 0xC04549) is known color: Mandy. HEX triplet: C0, 45 and 49. RGB value is (192,69,73). Sum of RGB (Red+Green+Blue) = 192+69+73=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04549 is #3FBAB6. Grayscale: #6A6A6A. Windows color (decimal): -4176567 or 4801984. OLE color: 4801984.
HSL color Cylindrical-coordinate representation of color #C04549: hue angle of 358.05º 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 #C04549 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 73 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.25 |
| HSL | 358.05º | 0.49% | 0.51% | - |
| HSV(B) | 358.05º | 0.64% | 0.75% | - |
| XYZ | 25.07 | 15.94 | 8.06 | - |
| YUV | 106.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 73 | 0 | 0.64 | 0.62 | 0.25 | 358.05 | 0.49 | 0.51 |
| Hex | C0 | 45 | 49 | 0 | 40 | 3E | 19 | 166 | 31 | 33 |
| Octal | 300 | 105 | 111 | 0 | 100 | 76 | 31 | 546 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1001001 | 0 | 1000000 | 111110 | 11001 | 101100110 | 110001 | 110011 |
Color Harmonies of #C04549
Complementary color
Monochromatic Colors of #C04549
Black with #C04549
Text Example
Text Example
White with #C04549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04549; }
p { color: rgb(192,69,73); }
H1.HeaderClassName
{
color: #C04549;
}
.AnyTagClassName
{
color: #C04549;
}
</style>
background-color css
<style>
a { background-color: #C04549; }
a { background-color: rgb(192,69,73); }
div.DivClassName
{
background-color: #C04549;
}
.BgClassName
{
background-color: #C04549;
}
</style>
border-color css
<style>
span { border-color: #C04549; }
span { border-color: rgb(192,69,73); }
td.TdClassName
{
border-color: #C04549;
}
.TagClassName
{
border-color: #C04549;
}
</style>