Shades of Contessa #C67674
Tints of Contessa #C67674
RGB
CMYK
RGB Variations
Color information
#C67674 (or 0xC67674) is known color: Contessa. HEX triplet: C6, 76 and 74. RGB value is (198,118,116). Sum of RGB (Red+Green+Blue) = 198+118+116=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C67674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67674 is #39898B. Grayscale: #8D8D8D. Windows color (decimal): -3770764 or 7632582. OLE color: 7632582.
HSL color Cylindrical-coordinate representation of color #C67674: hue angle of 1.46º 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 #C67674 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 116 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.22 |
| HSL | 1.46º | 0.42% | 0.62% | - |
| HSV(B) | 1.46º | 0.41% | 0.78% | - |
| XYZ | 32.92 | 26.22 | 19.85 | - |
| YUV | 141.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 116 | 0 | 0.40 | 0.41 | 0.22 | 1.46 | 0.42 | 0.62 |
| Hex | C6 | 76 | 74 | 0 | 28 | 29 | 16 | 1 | 2A | 3E |
| Octal | 306 | 166 | 164 | 0 | 50 | 51 | 26 | 1 | 52 | 76 |
| Binary | 11000110 | 1110110 | 1110100 | 0 | 101000 | 101001 | 10110 | 1 | 101010 | 111110 |
Color Harmonies of #C67674
Complementary color
Monochromatic Colors of #C67674
Black with #C67674
Text Example
Text Example
White with #C67674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67674; }
p { color: rgb(198,118,116); }
H1.HeaderClassName
{
color: #C67674;
}
.AnyTagClassName
{
color: #C67674;
}
</style>
background-color css
<style>
a { background-color: #C67674; }
a { background-color: rgb(198,118,116); }
div.DivClassName
{
background-color: #C67674;
}
.BgClassName
{
background-color: #C67674;
}
</style>
border-color css
<style>
span { border-color: #C67674; }
span { border-color: rgb(198,118,116); }
td.TdClassName
{
border-color: #C67674;
}
.TagClassName
{
border-color: #C67674;
}
</style>