Shades of Mandy #C05F63
Tints of Mandy #C05F63
RGB
CMYK
RGB Variations
Color information
#C05F63 (or 0xC05F63) is known color: Mandy. HEX triplet: C0, 5F and 63. RGB value is (192,95,99). Sum of RGB (Red+Green+Blue) = 192+95+99=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F63 is #3FA09C. Grayscale: #7C7C7C. Windows color (decimal): -4169885 or 6512576. OLE color: 6512576.
HSL color Cylindrical-coordinate representation of color #C05F63: hue angle of 357.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F63 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 99 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.25 |
| HSL | 357.53º | 0.43% | 0.56% | - |
| HSV(B) | 357.53º | 0.51% | 0.75% | - |
| XYZ | 28.08 | 20.29 | 14.24 | - |
| YUV | 124.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 99 | 0 | 0.51 | 0.48 | 0.25 | 357.53 | 0.43 | 0.56 |
| Hex | C0 | 5F | 63 | 0 | 33 | 30 | 19 | 166 | 2B | 38 |
| Octal | 300 | 137 | 143 | 0 | 63 | 60 | 31 | 546 | 53 | 70 |
| Binary | 11000000 | 1011111 | 1100011 | 0 | 110011 | 110000 | 11001 | 101100110 | 101011 | 111000 |
Color Harmonies of #C05F63
Complementary color
Monochromatic Colors of #C05F63
Black with #C05F63
Text Example
Text Example
White with #C05F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F63; }
p { color: rgb(192,95,99); }
H1.HeaderClassName
{
color: #C05F63;
}
.AnyTagClassName
{
color: #C05F63;
}
</style>
background-color css
<style>
a { background-color: #C05F63; }
a { background-color: rgb(192,95,99); }
div.DivClassName
{
background-color: #C05F63;
}
.BgClassName
{
background-color: #C05F63;
}
</style>
border-color css
<style>
span { border-color: #C05F63; }
span { border-color: rgb(192,95,99); }
td.TdClassName
{
border-color: #C05F63;
}
.TagClassName
{
border-color: #C05F63;
}
</style>