Shades of Mandy #C04956
Tints of Mandy #C04956
RGB
CMYK
RGB Variations
Color information
#C04956 (or 0xC04956) is known color: Mandy. HEX triplet: C0, 49 and 56. RGB value is (192,73,86). Sum of RGB (Red+Green+Blue) = 192+73+86=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04956 is #3FB6A9. Grayscale: #6E6E6E. Windows color (decimal): -4175530 or 5654976. OLE color: 5654976.
HSL color Cylindrical-coordinate representation of color #C04956: hue angle of 353.45º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04956 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 86 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.25 |
| HSL | 353.45º | 0.49% | 0.52% | - |
| HSV(B) | 353.45º | 0.62% | 0.75% | - |
| XYZ | 25.8 | 16.64 | 10.66 | - |
| YUV | 110.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 86 | 0 | 0.62 | 0.55 | 0.25 | 353.45 | 0.49 | 0.52 |
| Hex | C0 | 49 | 56 | 0 | 3E | 37 | 19 | 161 | 31 | 34 |
| Octal | 300 | 111 | 126 | 0 | 76 | 67 | 31 | 541 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1010110 | 0 | 111110 | 110111 | 11001 | 101100001 | 110001 | 110100 |
Color Harmonies of #C04956
Complementary color
Monochromatic Colors of #C04956
Black with #C04956
Text Example
Text Example
White with #C04956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04956; }
p { color: rgb(192,73,86); }
H1.HeaderClassName
{
color: #C04956;
}
.AnyTagClassName
{
color: #C04956;
}
</style>
background-color css
<style>
a { background-color: #C04956; }
a { background-color: rgb(192,73,86); }
div.DivClassName
{
background-color: #C04956;
}
.BgClassName
{
background-color: #C04956;
}
</style>
border-color css
<style>
span { border-color: #C04956; }
span { border-color: rgb(192,73,86); }
td.TdClassName
{
border-color: #C04956;
}
.TagClassName
{
border-color: #C04956;
}
</style>