Shades of Contessa #C8786B
Tints of Contessa #C8786B
RGB
CMYK
RGB Variations
Color information
#C8786B (or 0xC8786B) is known color: Contessa. HEX triplet: C8, 78 and 6B. RGB value is (200,120,107). Sum of RGB (Red+Green+Blue) = 200+120+107=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8786B is #378794. Grayscale: #8E8E8E. Windows color (decimal): -3639189 or 7043272. OLE color: 7043272.
HSL color Cylindrical-coordinate representation of color #C8786B: hue angle of 8.39º 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 #C8786B is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 107 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.22 |
| HSL | 8.39º | 0.46% | 0.6% | - |
| HSV(B) | 8.39º | 0.47% | 0.78% | - |
| XYZ | 33.19 | 26.77 | 17.33 | - |
| YUV | 142.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 107 | 0 | 0.4 | 0.46 | 0.22 | 8.39 | 0.46 | 0.6 |
| Hex | C8 | 78 | 6B | 0 | 28 | 2E | 16 | 8 | 2E | 3C |
| Octal | 310 | 170 | 153 | 0 | 50 | 56 | 26 | 10 | 56 | 74 |
| Binary | 11001000 | 1111000 | 1101011 | 0 | 101000 | 101110 | 10110 | 1000 | 101110 | 111100 |
Color Harmonies of #C8786B
Complementary color
Monochromatic Colors of #C8786B
Black with #C8786B
Text Example
Text Example
White with #C8786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8786B; }
p { color: rgb(200,120,107); }
H1.HeaderClassName
{
color: #C8786B;
}
.AnyTagClassName
{
color: #C8786B;
}
</style>
background-color css
<style>
a { background-color: #C8786B; }
a { background-color: rgb(200,120,107); }
div.DivClassName
{
background-color: #C8786B;
}
.BgClassName
{
background-color: #C8786B;
}
</style>
border-color css
<style>
span { border-color: #C8786B; }
span { border-color: rgb(200,120,107); }
td.TdClassName
{
border-color: #C8786B;
}
.TagClassName
{
border-color: #C8786B;
}
</style>