Shades of Mandy #C76768
Tints of Mandy #C76768
RGB
CMYK
RGB Variations
Color information
#C76768 (or 0xC76768) is known color: Mandy. HEX triplet: C7, 67 and 68. RGB value is (199,103,104). Sum of RGB (Red+Green+Blue) = 199+103+104=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C76768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76768 is #389897. Grayscale: #838383. Windows color (decimal): -3709080 or 6842311. OLE color: 6842311.
HSL color Cylindrical-coordinate representation of color #C76768: hue angle of 359.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76768 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 104 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.22 |
| HSL | 359.38º | 0.46% | 0.59% | - |
| HSV(B) | 359.38º | 0.48% | 0.78% | - |
| XYZ | 30.9 | 22.84 | 15.88 | - |
| YUV | 131.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 104 | 0 | 0.48 | 0.48 | 0.22 | 359.38 | 0.46 | 0.59 |
| Hex | C7 | 67 | 68 | 0 | 30 | 30 | 16 | 167 | 2E | 3B |
| Octal | 307 | 147 | 150 | 0 | 60 | 60 | 26 | 547 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1101000 | 0 | 110000 | 110000 | 10110 | 101100111 | 101110 | 111011 |
Color Harmonies of #C76768
Complementary color
Monochromatic Colors of #C76768
Black with #C76768
Text Example
Text Example
White with #C76768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76768; }
p { color: rgb(199,103,104); }
H1.HeaderClassName
{
color: #C76768;
}
.AnyTagClassName
{
color: #C76768;
}
</style>
background-color css
<style>
a { background-color: #C76768; }
a { background-color: rgb(199,103,104); }
div.DivClassName
{
background-color: #C76768;
}
.BgClassName
{
background-color: #C76768;
}
</style>
border-color css
<style>
span { border-color: #C76768; }
span { border-color: rgb(199,103,104); }
td.TdClassName
{
border-color: #C76768;
}
.TagClassName
{
border-color: #C76768;
}
</style>