Shades of Contessa #C86962
Tints of Contessa #C86962
RGB
CMYK
RGB Variations
Color information
#C86962 (or 0xC86962) is known color: Contessa. HEX triplet: C8, 69 and 62. RGB value is (200,105,98). Sum of RGB (Red+Green+Blue) = 200+105+98=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86962 is #37969D. Grayscale: #848484. Windows color (decimal): -3643038 or 6449608. OLE color: 6449608.
HSL color Cylindrical-coordinate representation of color #C86962: hue angle of 4.12º 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 #C86962 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 98 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.22 |
| HSL | 4.12º | 0.48% | 0.58% | - |
| HSV(B) | 4.12º | 0.51% | 0.78% | - |
| XYZ | 31.08 | 23.26 | 14.41 | - |
| YUV | 132.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 98 | 0 | 0.48 | 0.51 | 0.22 | 4.12 | 0.48 | 0.58 |
| Hex | C8 | 69 | 62 | 0 | 30 | 33 | 16 | 4 | 30 | 3A |
| Octal | 310 | 151 | 142 | 0 | 60 | 63 | 26 | 4 | 60 | 72 |
| Binary | 11001000 | 1101001 | 1100010 | 0 | 110000 | 110011 | 10110 | 100 | 110000 | 111010 |
Color Harmonies of #C86962
Complementary color
Monochromatic Colors of #C86962
Black with #C86962
Text Example
Text Example
White with #C86962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86962; }
p { color: rgb(200,105,98); }
H1.HeaderClassName
{
color: #C86962;
}
.AnyTagClassName
{
color: #C86962;
}
</style>
background-color css
<style>
a { background-color: #C86962; }
a { background-color: rgb(200,105,98); }
div.DivClassName
{
background-color: #C86962;
}
.BgClassName
{
background-color: #C86962;
}
</style>
border-color css
<style>
span { border-color: #C86962; }
span { border-color: rgb(200,105,98); }
td.TdClassName
{
border-color: #C86962;
}
.TagClassName
{
border-color: #C86962;
}
</style>