Shades of Contessa #C86F6F
Tints of Contessa #C86F6F
RGB
CMYK
RGB Variations
Color information
#C86F6F (or 0xC86F6F) is known color: Contessa. HEX triplet: C8, 6F and 6F. RGB value is (200,111,111). Sum of RGB (Red+Green+Blue) = 200+111+111=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F6F is #379090. Grayscale: #898989. Windows color (decimal): -3641489 or 7303112. OLE color: 7303112.
HSL color Cylindrical-coordinate representation of color #C86F6F: hue angle of 0º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F6F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 111 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.22 |
| HSL | 0º | 0.45% | 0.61% | - |
| HSV(B) | 0º | 0.45% | 0.78% | - |
| XYZ | 32.37 | 24.8 | 18.12 | - |
| YUV | 137.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 111 | 0 | 0.44 | 0.44 | 0.22 | 0 | 0.45 | 0.61 |
| Hex | C8 | 6F | 6F | 0 | 2C | 2C | 16 | 0 | 2D | 3D |
| Octal | 310 | 157 | 157 | 0 | 54 | 54 | 26 | 0 | 55 | 75 |
| Binary | 11001000 | 1101111 | 1101111 | 0 | 101100 | 101100 | 10110 | 0 | 101101 | 111101 |
Color Harmonies of #C86F6F
Complementary color
Monochromatic Colors of #C86F6F
Black with #C86F6F
Text Example
Text Example
White with #C86F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F6F; }
p { color: rgb(200,111,111); }
H1.HeaderClassName
{
color: #C86F6F;
}
.AnyTagClassName
{
color: #C86F6F;
}
</style>
background-color css
<style>
a { background-color: #C86F6F; }
a { background-color: rgb(200,111,111); }
div.DivClassName
{
background-color: #C86F6F;
}
.BgClassName
{
background-color: #C86F6F;
}
</style>
border-color css
<style>
span { border-color: #C86F6F; }
span { border-color: rgb(200,111,111); }
td.TdClassName
{
border-color: #C86F6F;
}
.TagClassName
{
border-color: #C86F6F;
}
</style>