Shades of Contessa #C8766B
Tints of Contessa #C8766B
RGB
CMYK
RGB Variations
Color information
#C8766B (or 0xC8766B) is known color: Contessa. HEX triplet: C8, 76 and 6B. RGB value is (200,118,107). Sum of RGB (Red+Green+Blue) = 200+118+107=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8766B is #378994. Grayscale: #8D8D8D. Windows color (decimal): -3639701 or 7042760. OLE color: 7042760.
HSL color Cylindrical-coordinate representation of color #C8766B: hue angle of 7.1º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8766B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 107 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 7.1º | 0.46% | 0.6% | - |
| HSV(B) | 7.1º | 0.47% | 0.78% | - |
| XYZ | 32.95 | 26.3 | 17.25 | - |
| YUV | 141.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 107 | 0 | 0.41 | 0.46 | 0.22 | 7.1 | 0.46 | 0.6 |
| Hex | C8 | 76 | 6B | 0 | 29 | 2E | 16 | 7 | 2E | 3C |
| Octal | 310 | 166 | 153 | 0 | 51 | 56 | 26 | 7 | 56 | 74 |
| Binary | 11001000 | 1110110 | 1101011 | 0 | 101001 | 101110 | 10110 | 111 | 101110 | 111100 |
Color Harmonies of #C8766B
Complementary color
Monochromatic Colors of #C8766B
Black with #C8766B
Text Example
Text Example
White with #C8766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8766B; }
p { color: rgb(200,118,107); }
H1.HeaderClassName
{
color: #C8766B;
}
.AnyTagClassName
{
color: #C8766B;
}
</style>
background-color css
<style>
a { background-color: #C8766B; }
a { background-color: rgb(200,118,107); }
div.DivClassName
{
background-color: #C8766B;
}
.BgClassName
{
background-color: #C8766B;
}
</style>
border-color css
<style>
span { border-color: #C8766B; }
span { border-color: rgb(200,118,107); }
td.TdClassName
{
border-color: #C8766B;
}
.TagClassName
{
border-color: #C8766B;
}
</style>