Shades of Contessa #C86B62
Tints of Contessa #C86B62
RGB
CMYK
RGB Variations
Color information
#C86B62 (or 0xC86B62) is known color: Contessa. HEX triplet: C8, 6B and 62. RGB value is (200,107,98). Sum of RGB (Red+Green+Blue) = 200+107+98=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B62 is #37949D. Grayscale: #858585. Windows color (decimal): -3642526 or 6450120. OLE color: 6450120.
HSL color Cylindrical-coordinate representation of color #C86B62: hue angle of 5.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86B62 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 98 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.22 |
| HSL | 5.29º | 0.48% | 0.58% | - |
| HSV(B) | 5.29º | 0.51% | 0.78% | - |
| XYZ | 31.28 | 23.68 | 14.48 | - |
| YUV | 133.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 98 | 0 | 0.46 | 0.51 | 0.22 | 5.29 | 0.48 | 0.58 |
| Hex | C8 | 6B | 62 | 0 | 2E | 33 | 16 | 5 | 30 | 3A |
| Octal | 310 | 153 | 142 | 0 | 56 | 63 | 26 | 5 | 60 | 72 |
| Binary | 11001000 | 1101011 | 1100010 | 0 | 101110 | 110011 | 10110 | 101 | 110000 | 111010 |
Color Harmonies of #C86B62
Complementary color
Monochromatic Colors of #C86B62
Black with #C86B62
Text Example
Text Example
White with #C86B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B62; }
p { color: rgb(200,107,98); }
H1.HeaderClassName
{
color: #C86B62;
}
.AnyTagClassName
{
color: #C86B62;
}
</style>
background-color css
<style>
a { background-color: #C86B62; }
a { background-color: rgb(200,107,98); }
div.DivClassName
{
background-color: #C86B62;
}
.BgClassName
{
background-color: #C86B62;
}
</style>
border-color css
<style>
span { border-color: #C86B62; }
span { border-color: rgb(200,107,98); }
td.TdClassName
{
border-color: #C86B62;
}
.TagClassName
{
border-color: #C86B62;
}
</style>