Shades of Contessa #C67776
Tints of Contessa #C67776
RGB
CMYK
RGB Variations
Color information
#C67776 (or 0xC67776) is known color: Contessa. HEX triplet: C6, 77 and 76. RGB value is (198,119,118). Sum of RGB (Red+Green+Blue) = 198+119+118=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C67776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67776 is #398889. Grayscale: #8E8E8E. Windows color (decimal): -3770506 or 7763910. OLE color: 7763910.
HSL color Cylindrical-coordinate representation of color #C67776: hue angle of 0.75º 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 #C67776 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 118 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.22 |
| HSL | 0.75º | 0.41% | 0.62% | - |
| HSV(B) | 0.75º | 0.4% | 0.78% | - |
| XYZ | 33.16 | 26.51 | 20.51 | - |
| YUV | 142.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 118 | 0 | 0.40 | 0.40 | 0.22 | 0.75 | 0.41 | 0.62 |
| Hex | C6 | 77 | 76 | 0 | 28 | 28 | 16 | 1 | 29 | 3E |
| Octal | 306 | 167 | 166 | 0 | 50 | 50 | 26 | 1 | 51 | 76 |
| Binary | 11000110 | 1110111 | 1110110 | 0 | 101000 | 101000 | 10110 | 1 | 101001 | 111110 |
Color Harmonies of #C67776
Complementary color
Monochromatic Colors of #C67776
Black with #C67776
Text Example
Text Example
White with #C67776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67776; }
p { color: rgb(198,119,118); }
H1.HeaderClassName
{
color: #C67776;
}
.AnyTagClassName
{
color: #C67776;
}
</style>
background-color css
<style>
a { background-color: #C67776; }
a { background-color: rgb(198,119,118); }
div.DivClassName
{
background-color: #C67776;
}
.BgClassName
{
background-color: #C67776;
}
</style>
border-color css
<style>
span { border-color: #C67776; }
span { border-color: rgb(198,119,118); }
td.TdClassName
{
border-color: #C67776;
}
.TagClassName
{
border-color: #C67776;
}
</style>