Shades of Contessa #C8716A
Tints of Contessa #C8716A
RGB
CMYK
RGB Variations
Color information
#C8716A (or 0xC8716A) is known color: Contessa. HEX triplet: C8, 71 and 6A. RGB value is (200,113,106). Sum of RGB (Red+Green+Blue) = 200+113+106=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8716A is #378E95. Grayscale: #8A8A8A. Windows color (decimal): -3640982 or 6975944. OLE color: 6975944.
HSL color Cylindrical-coordinate representation of color #C8716A: hue angle of 4.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8716A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 106 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.22 |
| HSL | 4.47º | 0.46% | 0.6% | - |
| HSV(B) | 4.47º | 0.47% | 0.78% | - |
| XYZ | 32.33 | 25.13 | 16.78 | - |
| YUV | 138.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 106 | 0 | 0.44 | 0.47 | 0.22 | 4.47 | 0.46 | 0.6 |
| Hex | C8 | 71 | 6A | 0 | 2C | 2F | 16 | 4 | 2E | 3C |
| Octal | 310 | 161 | 152 | 0 | 54 | 57 | 26 | 4 | 56 | 74 |
| Binary | 11001000 | 1110001 | 1101010 | 0 | 101100 | 101111 | 10110 | 100 | 101110 | 111100 |
Color Harmonies of #C8716A
Complementary color
Monochromatic Colors of #C8716A
Black with #C8716A
Text Example
Text Example
White with #C8716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8716A; }
p { color: rgb(200,113,106); }
H1.HeaderClassName
{
color: #C8716A;
}
.AnyTagClassName
{
color: #C8716A;
}
</style>
background-color css
<style>
a { background-color: #C8716A; }
a { background-color: rgb(200,113,106); }
div.DivClassName
{
background-color: #C8716A;
}
.BgClassName
{
background-color: #C8716A;
}
</style>
border-color css
<style>
span { border-color: #C8716A; }
span { border-color: rgb(200,113,106); }
td.TdClassName
{
border-color: #C8716A;
}
.TagClassName
{
border-color: #C8716A;
}
</style>