Shades of Contessa #C87167
Tints of Contessa #C87167
RGB
CMYK
RGB Variations
Color information
#C87167 (or 0xC87167) is known color: Contessa. HEX triplet: C8, 71 and 67. RGB value is (200,113,103). Sum of RGB (Red+Green+Blue) = 200+113+103=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87167 is #378E98. Grayscale: #8A8A8A. Windows color (decimal): -3640985 or 6779336. OLE color: 6779336.
HSL color Cylindrical-coordinate representation of color #C87167: hue angle of 6.19º 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 #C87167 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 103 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.22 |
| HSL | 6.19º | 0.47% | 0.59% | - |
| HSV(B) | 6.19º | 0.49% | 0.78% | - |
| XYZ | 32.17 | 25.07 | 15.98 | - |
| YUV | 137.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 103 | 0 | 0.44 | 0.48 | 0.22 | 6.19 | 0.47 | 0.59 |
| Hex | C8 | 71 | 67 | 0 | 2C | 30 | 16 | 6 | 2F | 3B |
| Octal | 310 | 161 | 147 | 0 | 54 | 60 | 26 | 6 | 57 | 73 |
| Binary | 11001000 | 1110001 | 1100111 | 0 | 101100 | 110000 | 10110 | 110 | 101111 | 111011 |
Color Harmonies of #C87167
Complementary color
Monochromatic Colors of #C87167
Black with #C87167
Text Example
Text Example
White with #C87167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87167; }
p { color: rgb(200,113,103); }
H1.HeaderClassName
{
color: #C87167;
}
.AnyTagClassName
{
color: #C87167;
}
</style>
background-color css
<style>
a { background-color: #C87167; }
a { background-color: rgb(200,113,103); }
div.DivClassName
{
background-color: #C87167;
}
.BgClassName
{
background-color: #C87167;
}
</style>
border-color css
<style>
span { border-color: #C87167; }
span { border-color: rgb(200,113,103); }
td.TdClassName
{
border-color: #C87167;
}
.TagClassName
{
border-color: #C87167;
}
</style>