Shades of Mandy #C04653
Tints of Mandy #C04653
RGB
CMYK
RGB Variations
Color information
#C04653 (or 0xC04653) is known color: Mandy. HEX triplet: C0, 46 and 53. RGB value is (192,70,83). Sum of RGB (Red+Green+Blue) = 192+70+83=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04653 is #3FB9AC. Grayscale: #6C6C6C. Windows color (decimal): -4176301 or 5457600. OLE color: 5457600.
HSL color Cylindrical-coordinate representation of color #C04653: hue angle of 353.61º 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 #C04653 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 83 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.25 |
| HSL | 353.61º | 0.49% | 0.51% | - |
| HSV(B) | 353.61º | 0.64% | 0.75% | - |
| XYZ | 25.49 | 16.21 | 9.97 | - |
| YUV | 107.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 83 | 0 | 0.64 | 0.57 | 0.25 | 353.61 | 0.49 | 0.51 |
| Hex | C0 | 46 | 53 | 0 | 40 | 39 | 19 | 162 | 31 | 33 |
| Octal | 300 | 106 | 123 | 0 | 100 | 71 | 31 | 542 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1010011 | 0 | 1000000 | 111001 | 11001 | 101100010 | 110001 | 110011 |
Color Harmonies of #C04653
Complementary color
Monochromatic Colors of #C04653
Black with #C04653
Text Example
Text Example
White with #C04653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04653; }
p { color: rgb(192,70,83); }
H1.HeaderClassName
{
color: #C04653;
}
.AnyTagClassName
{
color: #C04653;
}
</style>
background-color css
<style>
a { background-color: #C04653; }
a { background-color: rgb(192,70,83); }
div.DivClassName
{
background-color: #C04653;
}
.BgClassName
{
background-color: #C04653;
}
</style>
border-color css
<style>
span { border-color: #C04653; }
span { border-color: rgb(192,70,83); }
td.TdClassName
{
border-color: #C04653;
}
.TagClassName
{
border-color: #C04653;
}
</style>