Shades of Contessa #C67774
Tints of Contessa #C67774
RGB
CMYK
RGB Variations
Color information
#C67774 (or 0xC67774) is known color: Contessa. HEX triplet: C6, 77 and 74. RGB value is (198,119,116). Sum of RGB (Red+Green+Blue) = 198+119+116=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C67774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67774 is #39888B. Grayscale: #8E8E8E. Windows color (decimal): -3770508 or 7632838. OLE color: 7632838.
HSL color Cylindrical-coordinate representation of color #C67774: hue angle of 2.2º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67774 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 116 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.22 |
| HSL | 2.2º | 0.42% | 0.62% | - |
| HSV(B) | 2.2º | 0.41% | 0.78% | - |
| XYZ | 33.04 | 26.46 | 19.89 | - |
| YUV | 142.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 116 | 0 | 0.40 | 0.41 | 0.22 | 2.2 | 0.42 | 0.62 |
| Hex | C6 | 77 | 74 | 0 | 28 | 29 | 16 | 2 | 2A | 3E |
| Octal | 306 | 167 | 164 | 0 | 50 | 51 | 26 | 2 | 52 | 76 |
| Binary | 11000110 | 1110111 | 1110100 | 0 | 101000 | 101001 | 10110 | 10 | 101010 | 111110 |
Color Harmonies of #C67774
Complementary color
Monochromatic Colors of #C67774
Black with #C67774
Text Example
Text Example
White with #C67774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67774; }
p { color: rgb(198,119,116); }
H1.HeaderClassName
{
color: #C67774;
}
.AnyTagClassName
{
color: #C67774;
}
</style>
background-color css
<style>
a { background-color: #C67774; }
a { background-color: rgb(198,119,116); }
div.DivClassName
{
background-color: #C67774;
}
.BgClassName
{
background-color: #C67774;
}
</style>
border-color css
<style>
span { border-color: #C67774; }
span { border-color: rgb(198,119,116); }
td.TdClassName
{
border-color: #C67774;
}
.TagClassName
{
border-color: #C67774;
}
</style>