Shades of Contessa #C76E6D
Tints of Contessa #C76E6D
RGB
CMYK
RGB Variations
Color information
#C76E6D (or 0xC76E6D) is known color: Contessa. HEX triplet: C7, 6E and 6D. RGB value is (199,110,109). Sum of RGB (Red+Green+Blue) = 199+110+109=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E6D is #389192. Grayscale: #888888. Windows color (decimal): -3707283 or 7171783. OLE color: 7171783.
HSL color Cylindrical-coordinate representation of color #C76E6D: hue angle of 0.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76E6D is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 109 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.22 |
| HSL | 0.67º | 0.45% | 0.6% | - |
| HSV(B) | 0.67º | 0.45% | 0.78% | - |
| XYZ | 31.89 | 24.4 | 17.5 | - |
| YUV | 136.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 109 | 0 | 0.45 | 0.45 | 0.22 | 0.67 | 0.45 | 0.6 |
| Hex | C7 | 6E | 6D | 0 | 2D | 2D | 16 | 1 | 2D | 3C |
| Octal | 307 | 156 | 155 | 0 | 55 | 55 | 26 | 1 | 55 | 74 |
| Binary | 11000111 | 1101110 | 1101101 | 0 | 101101 | 101101 | 10110 | 1 | 101101 | 111100 |
Color Harmonies of #C76E6D
Complementary color
Monochromatic Colors of #C76E6D
Black with #C76E6D
Text Example
Text Example
White with #C76E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E6D; }
p { color: rgb(199,110,109); }
H1.HeaderClassName
{
color: #C76E6D;
}
.AnyTagClassName
{
color: #C76E6D;
}
</style>
background-color css
<style>
a { background-color: #C76E6D; }
a { background-color: rgb(199,110,109); }
div.DivClassName
{
background-color: #C76E6D;
}
.BgClassName
{
background-color: #C76E6D;
}
</style>
border-color css
<style>
span { border-color: #C76E6D; }
span { border-color: rgb(199,110,109); }
td.TdClassName
{
border-color: #C76E6D;
}
.TagClassName
{
border-color: #C76E6D;
}
</style>