Shades of Mandy #C76163
Tints of Mandy #C76163
RGB
CMYK
RGB Variations
Color information
#C76163 (or 0xC76163) is known color: Mandy. HEX triplet: C7, 61 and 63. RGB value is (199,97,99). Sum of RGB (Red+Green+Blue) = 199+97+99=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C76163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76163 is #389E9C. Grayscale: #7F7F7F. Windows color (decimal): -3710621 or 6513095. OLE color: 6513095.
HSL color Cylindrical-coordinate representation of color #C76163: hue angle of 358.82º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76163 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 99 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.22 |
| HSL | 358.82º | 0.48% | 0.58% | - |
| HSV(B) | 358.82º | 0.51% | 0.78% | - |
| XYZ | 30.08 | 21.59 | 14.39 | - |
| YUV | 127.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 99 | 0 | 0.51 | 0.50 | 0.22 | 358.82 | 0.48 | 0.58 |
| Hex | C7 | 61 | 63 | 0 | 33 | 32 | 16 | 167 | 30 | 3A |
| Octal | 307 | 141 | 143 | 0 | 63 | 62 | 26 | 547 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1100011 | 0 | 110011 | 110010 | 10110 | 101100111 | 110000 | 111010 |
Color Harmonies of #C76163
Complementary color
Monochromatic Colors of #C76163
Black with #C76163
Text Example
Text Example
White with #C76163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76163; }
p { color: rgb(199,97,99); }
H1.HeaderClassName
{
color: #C76163;
}
.AnyTagClassName
{
color: #C76163;
}
</style>
background-color css
<style>
a { background-color: #C76163; }
a { background-color: rgb(199,97,99); }
div.DivClassName
{
background-color: #C76163;
}
.BgClassName
{
background-color: #C76163;
}
</style>
border-color css
<style>
span { border-color: #C76163; }
span { border-color: rgb(199,97,99); }
td.TdClassName
{
border-color: #C76163;
}
.TagClassName
{
border-color: #C76163;
}
</style>