Shades of Contessa #C87B6E
Tints of Contessa #C87B6E
RGB
CMYK
RGB Variations
Color information
#C87B6E (or 0xC87B6E) is known color: Contessa. HEX triplet: C8, 7B and 6E. RGB value is (200,123,110). Sum of RGB (Red+Green+Blue) = 200+123+110=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B6E is #378491. Grayscale: #909090. Windows color (decimal): -3638418 or 7240648. OLE color: 7240648.
HSL color Cylindrical-coordinate representation of color #C87B6E: hue angle of 8.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87B6E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 110 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.22 |
| HSL | 8.67º | 0.45% | 0.61% | - |
| HSV(B) | 8.67º | 0.45% | 0.78% | - |
| XYZ | 33.72 | 27.57 | 18.3 | - |
| YUV | 144.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 110 | 0 | 0.38 | 0.45 | 0.22 | 8.67 | 0.45 | 0.61 |
| Hex | C8 | 7B | 6E | 0 | 26 | 2D | 16 | 9 | 2D | 3D |
| Octal | 310 | 173 | 156 | 0 | 46 | 55 | 26 | 11 | 55 | 75 |
| Binary | 11001000 | 1111011 | 1101110 | 0 | 100110 | 101101 | 10110 | 1001 | 101101 | 111101 |
Color Harmonies of #C87B6E
Complementary color
Monochromatic Colors of #C87B6E
Black with #C87B6E
Text Example
Text Example
White with #C87B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B6E; }
p { color: rgb(200,123,110); }
H1.HeaderClassName
{
color: #C87B6E;
}
.AnyTagClassName
{
color: #C87B6E;
}
</style>
background-color css
<style>
a { background-color: #C87B6E; }
a { background-color: rgb(200,123,110); }
div.DivClassName
{
background-color: #C87B6E;
}
.BgClassName
{
background-color: #C87B6E;
}
</style>
border-color css
<style>
span { border-color: #C87B6E; }
span { border-color: rgb(200,123,110); }
td.TdClassName
{
border-color: #C87B6E;
}
.TagClassName
{
border-color: #C87B6E;
}
</style>