Shades of Contessa #C86D6D
Tints of Contessa #C86D6D
RGB
CMYK
RGB Variations
Color information
#C86D6D (or 0xC86D6D) is known color: Contessa. HEX triplet: C8, 6D and 6D. RGB value is (200,109,109). Sum of RGB (Red+Green+Blue) = 200+109+109=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D6D is #379292. Grayscale: #888888. Windows color (decimal): -3642003 or 7171528. OLE color: 7171528.
HSL color Cylindrical-coordinate representation of color #C86D6D: 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.45%. Process color model (Four color, CMYK) of #C86D6D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 109 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.22 |
| HSL | 0º | 0.45% | 0.61% | - |
| HSV(B) | 0º | 0.46% | 0.78% | - |
| XYZ | 32.05 | 24.32 | 17.47 | - |
| YUV | 136.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 109 | 0 | 0.46 | 0.46 | 0.22 | 0 | 0.45 | 0.61 |
| Hex | C8 | 6D | 6D | 0 | 2E | 2E | 16 | 0 | 2D | 3D |
| Octal | 310 | 155 | 155 | 0 | 56 | 56 | 26 | 0 | 55 | 75 |
| Binary | 11001000 | 1101101 | 1101101 | 0 | 101110 | 101110 | 10110 | 0 | 101101 | 111101 |
Color Harmonies of #C86D6D
Complementary color
Monochromatic Colors of #C86D6D
Black with #C86D6D
Text Example
Text Example
White with #C86D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D6D; }
p { color: rgb(200,109,109); }
H1.HeaderClassName
{
color: #C86D6D;
}
.AnyTagClassName
{
color: #C86D6D;
}
</style>
background-color css
<style>
a { background-color: #C86D6D; }
a { background-color: rgb(200,109,109); }
div.DivClassName
{
background-color: #C86D6D;
}
.BgClassName
{
background-color: #C86D6D;
}
</style>
border-color css
<style>
span { border-color: #C86D6D; }
span { border-color: rgb(200,109,109); }
td.TdClassName
{
border-color: #C86D6D;
}
.TagClassName
{
border-color: #C86D6D;
}
</style>