Shades of Contessa #C86D6B
Tints of Contessa #C86D6B
RGB
CMYK
RGB Variations
Color information
#C86D6B (or 0xC86D6B) is known color: Contessa. HEX triplet: C8, 6D and 6B. RGB value is (200,109,107). Sum of RGB (Red+Green+Blue) = 200+109+107=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D6B is #379294. Grayscale: #888888. Windows color (decimal): -3642005 or 7040456. OLE color: 7040456.
HSL color Cylindrical-coordinate representation of color #C86D6B: hue angle of 1.29º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86D6B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 107 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.22 |
| HSL | 1.29º | 0.46% | 0.6% | - |
| HSV(B) | 1.29º | 0.47% | 0.78% | - |
| XYZ | 31.94 | 24.28 | 16.91 | - |
| YUV | 135.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 107 | 0 | 0.46 | 0.46 | 0.22 | 1.29 | 0.46 | 0.6 |
| Hex | C8 | 6D | 6B | 0 | 2E | 2E | 16 | 1 | 2E | 3C |
| Octal | 310 | 155 | 153 | 0 | 56 | 56 | 26 | 1 | 56 | 74 |
| Binary | 11001000 | 1101101 | 1101011 | 0 | 101110 | 101110 | 10110 | 1 | 101110 | 111100 |
Color Harmonies of #C86D6B
Complementary color
Monochromatic Colors of #C86D6B
Black with #C86D6B
Text Example
Text Example
White with #C86D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D6B; }
p { color: rgb(200,109,107); }
H1.HeaderClassName
{
color: #C86D6B;
}
.AnyTagClassName
{
color: #C86D6B;
}
</style>
background-color css
<style>
a { background-color: #C86D6B; }
a { background-color: rgb(200,109,107); }
div.DivClassName
{
background-color: #C86D6B;
}
.BgClassName
{
background-color: #C86D6B;
}
</style>
border-color css
<style>
span { border-color: #C86D6B; }
span { border-color: rgb(200,109,107); }
td.TdClassName
{
border-color: #C86D6B;
}
.TagClassName
{
border-color: #C86D6B;
}
</style>