Shades of Contessa #C67770
Tints of Contessa #C67770
RGB
CMYK
RGB Variations
Color information
#C67770 (or 0xC67770) is known color: Contessa. HEX triplet: C6, 77 and 70. RGB value is (198,119,112). Sum of RGB (Red+Green+Blue) = 198+119+112=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C67770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67770 is #39888F. Grayscale: #8D8D8D. Windows color (decimal): -3770512 or 7370694. OLE color: 7370694.
HSL color Cylindrical-coordinate representation of color #C67770: hue angle of 4.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67770 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 112 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.22 |
| HSL | 4.88º | 0.43% | 0.61% | - |
| HSV(B) | 4.88º | 0.43% | 0.78% | - |
| XYZ | 32.81 | 26.37 | 18.69 | - |
| YUV | 141.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 112 | 0 | 0.40 | 0.43 | 0.22 | 4.88 | 0.43 | 0.61 |
| Hex | C6 | 77 | 70 | 0 | 28 | 2B | 16 | 5 | 2B | 3D |
| Octal | 306 | 167 | 160 | 0 | 50 | 53 | 26 | 5 | 53 | 75 |
| Binary | 11000110 | 1110111 | 1110000 | 0 | 101000 | 101011 | 10110 | 101 | 101011 | 111101 |
Color Harmonies of #C67770
Complementary color
Monochromatic Colors of #C67770
Black with #C67770
Text Example
Text Example
White with #C67770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67770; }
p { color: rgb(198,119,112); }
H1.HeaderClassName
{
color: #C67770;
}
.AnyTagClassName
{
color: #C67770;
}
</style>
background-color css
<style>
a { background-color: #C67770; }
a { background-color: rgb(198,119,112); }
div.DivClassName
{
background-color: #C67770;
}
.BgClassName
{
background-color: #C67770;
}
</style>
border-color css
<style>
span { border-color: #C67770; }
span { border-color: rgb(198,119,112); }
td.TdClassName
{
border-color: #C67770;
}
.TagClassName
{
border-color: #C67770;
}
</style>