Shades of Mandy #C04356
Tints of Mandy #C04356
RGB
CMYK
RGB Variations
Color information
#C04356 (or 0xC04356) is known color: Mandy. HEX triplet: C0, 43 and 56. RGB value is (192,67,86). Sum of RGB (Red+Green+Blue) = 192+67+86=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04356 is #3FBCA9. Grayscale: #6A6A6A. Windows color (decimal): -4177066 or 5653440. OLE color: 5653440.
HSL color Cylindrical-coordinate representation of color #C04356: hue angle of 350.88º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04356 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 86 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.25 |
| HSL | 350.88º | 0.5% | 0.51% | - |
| HSV(B) | 350.88º | 0.65% | 0.75% | - |
| XYZ | 25.43 | 15.89 | 10.53 | - |
| YUV | 106.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 86 | 0 | 0.65 | 0.55 | 0.25 | 350.88 | 0.5 | 0.51 |
| Hex | C0 | 43 | 56 | 0 | 41 | 37 | 19 | 15F | 32 | 33 |
| Octal | 300 | 103 | 126 | 0 | 101 | 67 | 31 | 537 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1010110 | 0 | 1000001 | 110111 | 11001 | 101011111 | 110010 | 110011 |
Color Harmonies of #C04356
Complementary color
Monochromatic Colors of #C04356
Black with #C04356
Text Example
Text Example
White with #C04356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04356; }
p { color: rgb(192,67,86); }
H1.HeaderClassName
{
color: #C04356;
}
.AnyTagClassName
{
color: #C04356;
}
</style>
background-color css
<style>
a { background-color: #C04356; }
a { background-color: rgb(192,67,86); }
div.DivClassName
{
background-color: #C04356;
}
.BgClassName
{
background-color: #C04356;
}
</style>
border-color css
<style>
span { border-color: #C04356; }
span { border-color: rgb(192,67,86); }
td.TdClassName
{
border-color: #C04356;
}
.TagClassName
{
border-color: #C04356;
}
</style>