Shades of Contessa #C8786E
Tints of Contessa #C8786E
RGB
CMYK
RGB Variations
Color information
#C8786E (or 0xC8786E) is known color: Contessa. HEX triplet: C8, 78 and 6E. RGB value is (200,120,110). Sum of RGB (Red+Green+Blue) = 200+120+110=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8786E is #378791. Grayscale: #8E8E8E. Windows color (decimal): -3639186 or 7239880. OLE color: 7239880.
HSL color Cylindrical-coordinate representation of color #C8786E: hue angle of 6.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8786E is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 110 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.22 |
| HSL | 6.67º | 0.45% | 0.61% | - |
| HSV(B) | 6.67º | 0.45% | 0.78% | - |
| XYZ | 33.35 | 26.84 | 18.17 | - |
| YUV | 142.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 110 | 0 | 0.4 | 0.45 | 0.22 | 6.67 | 0.45 | 0.61 |
| Hex | C8 | 78 | 6E | 0 | 28 | 2D | 16 | 7 | 2D | 3D |
| Octal | 310 | 170 | 156 | 0 | 50 | 55 | 26 | 7 | 55 | 75 |
| Binary | 11001000 | 1111000 | 1101110 | 0 | 101000 | 101101 | 10110 | 111 | 101101 | 111101 |
Color Harmonies of #C8786E
Complementary color
Monochromatic Colors of #C8786E
Black with #C8786E
Text Example
Text Example
White with #C8786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8786E; }
p { color: rgb(200,120,110); }
H1.HeaderClassName
{
color: #C8786E;
}
.AnyTagClassName
{
color: #C8786E;
}
</style>
background-color css
<style>
a { background-color: #C8786E; }
a { background-color: rgb(200,120,110); }
div.DivClassName
{
background-color: #C8786E;
}
.BgClassName
{
background-color: #C8786E;
}
</style>
border-color css
<style>
span { border-color: #C8786E; }
span { border-color: rgb(200,120,110); }
td.TdClassName
{
border-color: #C8786E;
}
.TagClassName
{
border-color: #C8786E;
}
</style>