Shades of Contessa #C86F68
Tints of Contessa #C86F68
RGB
CMYK
RGB Variations
Color information
#C86F68 (or 0xC86F68) is known color: Contessa. HEX triplet: C8, 6F and 68. RGB value is (200,111,104). Sum of RGB (Red+Green+Blue) = 200+111+104=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F68 is #379097. Grayscale: #888888. Windows color (decimal): -3641496 or 6844360. OLE color: 6844360.
HSL color Cylindrical-coordinate representation of color #C86F68: hue angle of 4.38º 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 #C86F68 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 104 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.22 |
| HSL | 4.38º | 0.47% | 0.6% | - |
| HSV(B) | 4.38º | 0.48% | 0.78% | - |
| XYZ | 32 | 24.65 | 16.17 | - |
| YUV | 136.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 104 | 0 | 0.44 | 0.48 | 0.22 | 4.38 | 0.47 | 0.6 |
| Hex | C8 | 6F | 68 | 0 | 2C | 30 | 16 | 4 | 2F | 3C |
| Octal | 310 | 157 | 150 | 0 | 54 | 60 | 26 | 4 | 57 | 74 |
| Binary | 11001000 | 1101111 | 1101000 | 0 | 101100 | 110000 | 10110 | 100 | 101111 | 111100 |
Color Harmonies of #C86F68
Complementary color
Monochromatic Colors of #C86F68
Black with #C86F68
Text Example
Text Example
White with #C86F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F68; }
p { color: rgb(200,111,104); }
H1.HeaderClassName
{
color: #C86F68;
}
.AnyTagClassName
{
color: #C86F68;
}
</style>
background-color css
<style>
a { background-color: #C86F68; }
a { background-color: rgb(200,111,104); }
div.DivClassName
{
background-color: #C86F68;
}
.BgClassName
{
background-color: #C86F68;
}
</style>
border-color css
<style>
span { border-color: #C86F68; }
span { border-color: rgb(200,111,104); }
td.TdClassName
{
border-color: #C86F68;
}
.TagClassName
{
border-color: #C86F68;
}
</style>