Shades of Contessa #C67876
Tints of Contessa #C67876
RGB
CMYK
RGB Variations
Color information
#C67876 (or 0xC67876) is known color: Contessa. HEX triplet: C6, 78 and 76. RGB value is (198,120,118). Sum of RGB (Red+Green+Blue) = 198+120+118=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C67876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67876 is #398789. Grayscale: #8F8F8F. Windows color (decimal): -3770250 or 7764166. OLE color: 7764166.
HSL color Cylindrical-coordinate representation of color #C67876: hue angle of 1.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67876 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 118 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.22 |
| HSL | 1.5º | 0.41% | 0.62% | - |
| HSV(B) | 1.5º | 0.4% | 0.78% | - |
| XYZ | 33.28 | 26.75 | 20.55 | - |
| YUV | 143.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 118 | 0 | 0.39 | 0.40 | 0.22 | 1.5 | 0.41 | 0.62 |
| Hex | C6 | 78 | 76 | 0 | 27 | 28 | 16 | 2 | 29 | 3E |
| Octal | 306 | 170 | 166 | 0 | 47 | 50 | 26 | 2 | 51 | 76 |
| Binary | 11000110 | 1111000 | 1110110 | 0 | 100111 | 101000 | 10110 | 10 | 101001 | 111110 |
Color Harmonies of #C67876
Complementary color
Monochromatic Colors of #C67876
Black with #C67876
Text Example
Text Example
White with #C67876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67876; }
p { color: rgb(198,120,118); }
H1.HeaderClassName
{
color: #C67876;
}
.AnyTagClassName
{
color: #C67876;
}
</style>
background-color css
<style>
a { background-color: #C67876; }
a { background-color: rgb(198,120,118); }
div.DivClassName
{
background-color: #C67876;
}
.BgClassName
{
background-color: #C67876;
}
</style>
border-color css
<style>
span { border-color: #C67876; }
span { border-color: rgb(198,120,118); }
td.TdClassName
{
border-color: #C67876;
}
.TagClassName
{
border-color: #C67876;
}
</style>