Shades of Contessa #C86860
Tints of Contessa #C86860
RGB
CMYK
RGB Variations
Color information
#C86860 (or 0xC86860) is known color: Contessa. HEX triplet: C8, 68 and 60. RGB value is (200,104,96). Sum of RGB (Red+Green+Blue) = 200+104+96=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86860 is #37979F. Grayscale: #838383. Windows color (decimal): -3643296 or 6318280. OLE color: 6318280.
HSL color Cylindrical-coordinate representation of color #C86860: hue angle of 4.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86860 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 96 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.22 |
| HSL | 4.62º | 0.49% | 0.58% | - |
| HSV(B) | 4.62º | 0.52% | 0.78% | - |
| XYZ | 30.88 | 23.02 | 13.88 | - |
| YUV | 131.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 96 | 0 | 0.48 | 0.52 | 0.22 | 4.62 | 0.49 | 0.58 |
| Hex | C8 | 68 | 60 | 0 | 30 | 34 | 16 | 5 | 31 | 3A |
| Octal | 310 | 150 | 140 | 0 | 60 | 64 | 26 | 5 | 61 | 72 |
| Binary | 11001000 | 1101000 | 1100000 | 0 | 110000 | 110100 | 10110 | 101 | 110001 | 111010 |
Color Harmonies of #C86860
Complementary color
Monochromatic Colors of #C86860
Black with #C86860
Text Example
Text Example
White with #C86860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86860; }
p { color: rgb(200,104,96); }
H1.HeaderClassName
{
color: #C86860;
}
.AnyTagClassName
{
color: #C86860;
}
</style>
background-color css
<style>
a { background-color: #C86860; }
a { background-color: rgb(200,104,96); }
div.DivClassName
{
background-color: #C86860;
}
.BgClassName
{
background-color: #C86860;
}
</style>
border-color css
<style>
span { border-color: #C86860; }
span { border-color: rgb(200,104,96); }
td.TdClassName
{
border-color: #C86860;
}
.TagClassName
{
border-color: #C86860;
}
</style>