Shades of Contessa #C76A66
Tints of Contessa #C76A66
RGB
CMYK
RGB Variations
Color information
#C76A66 (or 0xC76A66) is known color: Contessa. HEX triplet: C7, 6A and 66. RGB value is (199,106,102). Sum of RGB (Red+Green+Blue) = 199+106+102=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A66 is #389599. Grayscale: #858585. Windows color (decimal): -3708314 or 6712007. OLE color: 6712007.
HSL color Cylindrical-coordinate representation of color #C76A66: hue angle of 2.47º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76A66 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 102 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.22 |
| HSL | 2.47º | 0.46% | 0.59% | - |
| HSV(B) | 2.47º | 0.49% | 0.78% | - |
| XYZ | 31.11 | 23.41 | 15.45 | - |
| YUV | 133.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 102 | 0 | 0.47 | 0.49 | 0.22 | 2.47 | 0.46 | 0.59 |
| Hex | C7 | 6A | 66 | 0 | 2F | 31 | 16 | 2 | 2E | 3B |
| Octal | 307 | 152 | 146 | 0 | 57 | 61 | 26 | 2 | 56 | 73 |
| Binary | 11000111 | 1101010 | 1100110 | 0 | 101111 | 110001 | 10110 | 10 | 101110 | 111011 |
Color Harmonies of #C76A66
Complementary color
Monochromatic Colors of #C76A66
Black with #C76A66
Text Example
Text Example
White with #C76A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A66; }
p { color: rgb(199,106,102); }
H1.HeaderClassName
{
color: #C76A66;
}
.AnyTagClassName
{
color: #C76A66;
}
</style>
background-color css
<style>
a { background-color: #C76A66; }
a { background-color: rgb(199,106,102); }
div.DivClassName
{
background-color: #C76A66;
}
.BgClassName
{
background-color: #C76A66;
}
</style>
border-color css
<style>
span { border-color: #C76A66; }
span { border-color: rgb(199,106,102); }
td.TdClassName
{
border-color: #C76A66;
}
.TagClassName
{
border-color: #C76A66;
}
</style>