Shades of Mandy #C76266
Tints of Mandy #C76266
RGB
CMYK
RGB Variations
Color information
#C76266 (or 0xC76266) is known color: Mandy. HEX triplet: C7, 62 and 66. RGB value is (199,98,102). Sum of RGB (Red+Green+Blue) = 199+98+102=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76266 is #389D99. Grayscale: #808080. Windows color (decimal): -3710362 or 6709959. OLE color: 6709959.
HSL color Cylindrical-coordinate representation of color #C76266: hue angle of 357.62º degrees, saturation: 0.47, 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 #C76266 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 102 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.22 |
| HSL | 357.62º | 0.47% | 0.58% | - |
| HSV(B) | 357.62º | 0.51% | 0.78% | - |
| XYZ | 30.32 | 21.84 | 15.19 | - |
| YUV | 128.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 102 | 0 | 0.51 | 0.49 | 0.22 | 357.62 | 0.47 | 0.58 |
| Hex | C7 | 62 | 66 | 0 | 33 | 31 | 16 | 166 | 2F | 3A |
| Octal | 307 | 142 | 146 | 0 | 63 | 61 | 26 | 546 | 57 | 72 |
| Binary | 11000111 | 1100010 | 1100110 | 0 | 110011 | 110001 | 10110 | 101100110 | 101111 | 111010 |
Color Harmonies of #C76266
Complementary color
Monochromatic Colors of #C76266
Black with #C76266
Text Example
Text Example
White with #C76266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76266; }
p { color: rgb(199,98,102); }
H1.HeaderClassName
{
color: #C76266;
}
.AnyTagClassName
{
color: #C76266;
}
</style>
background-color css
<style>
a { background-color: #C76266; }
a { background-color: rgb(199,98,102); }
div.DivClassName
{
background-color: #C76266;
}
.BgClassName
{
background-color: #C76266;
}
</style>
border-color css
<style>
span { border-color: #C76266; }
span { border-color: rgb(199,98,102); }
td.TdClassName
{
border-color: #C76266;
}
.TagClassName
{
border-color: #C76266;
}
</style>