Shades of Contessa #C8716F
Tints of Contessa #C8716F
RGB
CMYK
RGB Variations
Color information
#C8716F (or 0xC8716F) is known color: Contessa. HEX triplet: C8, 71 and 6F. RGB value is (200,113,111). Sum of RGB (Red+Green+Blue) = 200+113+111=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8716F is #378E90. Grayscale: #8A8A8A. Windows color (decimal): -3640977 or 7303624. OLE color: 7303624.
HSL color Cylindrical-coordinate representation of color #C8716F: hue angle of 1.35º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8716F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 111 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.22 |
| HSL | 1.35º | 0.45% | 0.61% | - |
| HSV(B) | 1.35º | 0.45% | 0.78% | - |
| XYZ | 32.59 | 25.24 | 18.19 | - |
| YUV | 138.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 111 | 0 | 0.44 | 0.44 | 0.22 | 1.35 | 0.45 | 0.61 |
| Hex | C8 | 71 | 6F | 0 | 2C | 2C | 16 | 1 | 2D | 3D |
| Octal | 310 | 161 | 157 | 0 | 54 | 54 | 26 | 1 | 55 | 75 |
| Binary | 11001000 | 1110001 | 1101111 | 0 | 101100 | 101100 | 10110 | 1 | 101101 | 111101 |
Color Harmonies of #C8716F
Complementary color
Monochromatic Colors of #C8716F
Black with #C8716F
Text Example
Text Example
White with #C8716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8716F; }
p { color: rgb(200,113,111); }
H1.HeaderClassName
{
color: #C8716F;
}
.AnyTagClassName
{
color: #C8716F;
}
</style>
background-color css
<style>
a { background-color: #C8716F; }
a { background-color: rgb(200,113,111); }
div.DivClassName
{
background-color: #C8716F;
}
.BgClassName
{
background-color: #C8716F;
}
</style>
border-color css
<style>
span { border-color: #C8716F; }
span { border-color: rgb(200,113,111); }
td.TdClassName
{
border-color: #C8716F;
}
.TagClassName
{
border-color: #C8716F;
}
</style>