Shades of Mandy #C76366
Tints of Mandy #C76366
RGB
CMYK
RGB Variations
Color information
#C76366 (or 0xC76366) is known color: Mandy. HEX triplet: C7, 63 and 66. RGB value is (199,99,102). Sum of RGB (Red+Green+Blue) = 199+99+102=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76366 is #389C99. Grayscale: #818181. Windows color (decimal): -3710106 or 6710215. OLE color: 6710215.
HSL color Cylindrical-coordinate representation of color #C76366: hue angle of 358.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76366 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 102 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.22 |
| HSL | 358.2º | 0.47% | 0.58% | - |
| HSV(B) | 358.2º | 0.5% | 0.78% | - |
| XYZ | 30.41 | 22.03 | 15.22 | - |
| YUV | 129.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 102 | 0 | 0.50 | 0.49 | 0.22 | 358.2 | 0.47 | 0.58 |
| Hex | C7 | 63 | 66 | 0 | 32 | 31 | 16 | 166 | 2F | 3A |
| Octal | 307 | 143 | 146 | 0 | 62 | 61 | 26 | 546 | 57 | 72 |
| Binary | 11000111 | 1100011 | 1100110 | 0 | 110010 | 110001 | 10110 | 101100110 | 101111 | 111010 |
Color Harmonies of #C76366
Complementary color
Monochromatic Colors of #C76366
Black with #C76366
Text Example
Text Example
White with #C76366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76366; }
p { color: rgb(199,99,102); }
H1.HeaderClassName
{
color: #C76366;
}
.AnyTagClassName
{
color: #C76366;
}
</style>
background-color css
<style>
a { background-color: #C76366; }
a { background-color: rgb(199,99,102); }
div.DivClassName
{
background-color: #C76366;
}
.BgClassName
{
background-color: #C76366;
}
</style>
border-color css
<style>
span { border-color: #C76366; }
span { border-color: rgb(199,99,102); }
td.TdClassName
{
border-color: #C76366;
}
.TagClassName
{
border-color: #C76366;
}
</style>