Shades of Contessa #C87166
Tints of Contessa #C87166
RGB
CMYK
RGB Variations
Color information
#C87166 (or 0xC87166) is known color: Contessa. HEX triplet: C8, 71 and 66. RGB value is (200,113,102). Sum of RGB (Red+Green+Blue) = 200+113+102=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C87166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87166 is #378E99. Grayscale: #898989. Windows color (decimal): -3640986 or 6713800. OLE color: 6713800.
HSL color Cylindrical-coordinate representation of color #C87166: hue angle of 6.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87166 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 102 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.22 |
| HSL | 6.73º | 0.47% | 0.59% | - |
| HSV(B) | 6.73º | 0.49% | 0.78% | - |
| XYZ | 32.12 | 25.05 | 15.71 | - |
| YUV | 137.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 102 | 0 | 0.44 | 0.49 | 0.22 | 6.73 | 0.47 | 0.59 |
| Hex | C8 | 71 | 66 | 0 | 2C | 31 | 16 | 7 | 2F | 3B |
| Octal | 310 | 161 | 146 | 0 | 54 | 61 | 26 | 7 | 57 | 73 |
| Binary | 11001000 | 1110001 | 1100110 | 0 | 101100 | 110001 | 10110 | 111 | 101111 | 111011 |
Color Harmonies of #C87166
Complementary color
Monochromatic Colors of #C87166
Black with #C87166
Text Example
Text Example
White with #C87166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87166; }
p { color: rgb(200,113,102); }
H1.HeaderClassName
{
color: #C87166;
}
.AnyTagClassName
{
color: #C87166;
}
</style>
background-color css
<style>
a { background-color: #C87166; }
a { background-color: rgb(200,113,102); }
div.DivClassName
{
background-color: #C87166;
}
.BgClassName
{
background-color: #C87166;
}
</style>
border-color css
<style>
span { border-color: #C87166; }
span { border-color: rgb(200,113,102); }
td.TdClassName
{
border-color: #C87166;
}
.TagClassName
{
border-color: #C87166;
}
</style>