Shades of Contessa #C8716C
Tints of Contessa #C8716C
RGB
CMYK
RGB Variations
Color information
#C8716C (or 0xC8716C) is known color: Contessa. HEX triplet: C8, 71 and 6C. RGB value is (200,113,108). Sum of RGB (Red+Green+Blue) = 200+113+108=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8716C is #378E93. Grayscale: #8A8A8A. Windows color (decimal): -3640980 or 7107016. OLE color: 7107016.
HSL color Cylindrical-coordinate representation of color #C8716C: hue angle of 3.26º 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 #C8716C is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 108 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.22 |
| HSL | 3.26º | 0.46% | 0.6% | - |
| HSV(B) | 3.26º | 0.46% | 0.78% | - |
| XYZ | 32.43 | 25.17 | 17.34 | - |
| YUV | 138.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 108 | 0 | 0.44 | 0.46 | 0.22 | 3.26 | 0.46 | 0.6 |
| Hex | C8 | 71 | 6C | 0 | 2C | 2E | 16 | 3 | 2E | 3C |
| Octal | 310 | 161 | 154 | 0 | 54 | 56 | 26 | 3 | 56 | 74 |
| Binary | 11001000 | 1110001 | 1101100 | 0 | 101100 | 101110 | 10110 | 11 | 101110 | 111100 |
Color Harmonies of #C8716C
Complementary color
Monochromatic Colors of #C8716C
Black with #C8716C
Text Example
Text Example
White with #C8716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8716C; }
p { color: rgb(200,113,108); }
H1.HeaderClassName
{
color: #C8716C;
}
.AnyTagClassName
{
color: #C8716C;
}
</style>
background-color css
<style>
a { background-color: #C8716C; }
a { background-color: rgb(200,113,108); }
div.DivClassName
{
background-color: #C8716C;
}
.BgClassName
{
background-color: #C8716C;
}
</style>
border-color css
<style>
span { border-color: #C8716C; }
span { border-color: rgb(200,113,108); }
td.TdClassName
{
border-color: #C8716C;
}
.TagClassName
{
border-color: #C8716C;
}
</style>