Shades of Contessa #C87968
Tints of Contessa #C87968
RGB
CMYK
RGB Variations
Color information
#C87968 (or 0xC87968) is known color: Contessa. HEX triplet: C8, 79 and 68. RGB value is (200,121,104). Sum of RGB (Red+Green+Blue) = 200+121+104=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C87968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87968 is #378697. Grayscale: #8E8E8E. Windows color (decimal): -3638936 or 6846920. OLE color: 6846920.
HSL color Cylindrical-coordinate representation of color #C87968: hue angle of 10.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87968 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 104 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.22 |
| HSL | 10.63º | 0.47% | 0.6% | - |
| HSV(B) | 10.63º | 0.48% | 0.78% | - |
| XYZ | 33.16 | 26.95 | 16.55 | - |
| YUV | 142.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 104 | 0 | 0.39 | 0.48 | 0.22 | 10.63 | 0.47 | 0.6 |
| Hex | C8 | 79 | 68 | 0 | 27 | 30 | 16 | B | 2F | 3C |
| Octal | 310 | 171 | 150 | 0 | 47 | 60 | 26 | 13 | 57 | 74 |
| Binary | 11001000 | 1111001 | 1101000 | 0 | 100111 | 110000 | 10110 | 1011 | 101111 | 111100 |
Color Harmonies of #C87968
Complementary color
Monochromatic Colors of #C87968
Black with #C87968
Text Example
Text Example
White with #C87968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87968; }
p { color: rgb(200,121,104); }
H1.HeaderClassName
{
color: #C87968;
}
.AnyTagClassName
{
color: #C87968;
}
</style>
background-color css
<style>
a { background-color: #C87968; }
a { background-color: rgb(200,121,104); }
div.DivClassName
{
background-color: #C87968;
}
.BgClassName
{
background-color: #C87968;
}
</style>
border-color css
<style>
span { border-color: #C87968; }
span { border-color: rgb(200,121,104); }
td.TdClassName
{
border-color: #C87968;
}
.TagClassName
{
border-color: #C87968;
}
</style>