Shades of Contessa #C76E68
Tints of Contessa #C76E68
RGB
CMYK
RGB Variations
Color information
#C76E68 (or 0xC76E68) is known color: Contessa. HEX triplet: C7, 6E and 68. RGB value is (199,110,104). Sum of RGB (Red+Green+Blue) = 199+110+104=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E68 is #389197. Grayscale: #888888. Windows color (decimal): -3707288 or 6844103. OLE color: 6844103.
HSL color Cylindrical-coordinate representation of color #C76E68: hue angle of 3.79º 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 #C76E68 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 104 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.22 |
| HSL | 3.79º | 0.46% | 0.59% | - |
| HSV(B) | 3.79º | 0.48% | 0.78% | - |
| XYZ | 31.63 | 24.29 | 16.12 | - |
| YUV | 135.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 104 | 0 | 0.45 | 0.48 | 0.22 | 3.79 | 0.46 | 0.59 |
| Hex | C7 | 6E | 68 | 0 | 2D | 30 | 16 | 4 | 2E | 3B |
| Octal | 307 | 156 | 150 | 0 | 55 | 60 | 26 | 4 | 56 | 73 |
| Binary | 11000111 | 1101110 | 1101000 | 0 | 101101 | 110000 | 10110 | 100 | 101110 | 111011 |
Color Harmonies of #C76E68
Complementary color
Monochromatic Colors of #C76E68
Black with #C76E68
Text Example
Text Example
White with #C76E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E68; }
p { color: rgb(199,110,104); }
H1.HeaderClassName
{
color: #C76E68;
}
.AnyTagClassName
{
color: #C76E68;
}
</style>
background-color css
<style>
a { background-color: #C76E68; }
a { background-color: rgb(199,110,104); }
div.DivClassName
{
background-color: #C76E68;
}
.BgClassName
{
background-color: #C76E68;
}
</style>
border-color css
<style>
span { border-color: #C76E68; }
span { border-color: rgb(199,110,104); }
td.TdClassName
{
border-color: #C76E68;
}
.TagClassName
{
border-color: #C76E68;
}
</style>