Shades of Contessa #C86D62
Tints of Contessa #C86D62
RGB
CMYK
RGB Variations
Color information
#C86D62 (or 0xC86D62) is known color: Contessa. HEX triplet: C8, 6D and 62. RGB value is (200,109,98). Sum of RGB (Red+Green+Blue) = 200+109+98=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D62 is #37929D. Grayscale: #878787. Windows color (decimal): -3642014 or 6450632. OLE color: 6450632.
HSL color Cylindrical-coordinate representation of color #C86D62: hue angle of 6.47º 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 #C86D62 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 98 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.22 |
| HSL | 6.47º | 0.48% | 0.58% | - |
| HSV(B) | 6.47º | 0.51% | 0.78% | - |
| XYZ | 31.49 | 24.1 | 14.55 | - |
| YUV | 134.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 98 | 0 | 0.46 | 0.51 | 0.22 | 6.47 | 0.48 | 0.58 |
| Hex | C8 | 6D | 62 | 0 | 2E | 33 | 16 | 6 | 30 | 3A |
| Octal | 310 | 155 | 142 | 0 | 56 | 63 | 26 | 6 | 60 | 72 |
| Binary | 11001000 | 1101101 | 1100010 | 0 | 101110 | 110011 | 10110 | 110 | 110000 | 111010 |
Color Harmonies of #C86D62
Complementary color
Monochromatic Colors of #C86D62
Black with #C86D62
Text Example
Text Example
White with #C86D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D62; }
p { color: rgb(200,109,98); }
H1.HeaderClassName
{
color: #C86D62;
}
.AnyTagClassName
{
color: #C86D62;
}
</style>
background-color css
<style>
a { background-color: #C86D62; }
a { background-color: rgb(200,109,98); }
div.DivClassName
{
background-color: #C86D62;
}
.BgClassName
{
background-color: #C86D62;
}
</style>
border-color css
<style>
span { border-color: #C86D62; }
span { border-color: rgb(200,109,98); }
td.TdClassName
{
border-color: #C86D62;
}
.TagClassName
{
border-color: #C86D62;
}
</style>