Shades of Contessa #C67061
Tints of Contessa #C67061
RGB
CMYK
RGB Variations
Color information
#C67061 (or 0xC67061) is known color: Contessa. HEX triplet: C6, 70 and 61. RGB value is (198,112,97). Sum of RGB (Red+Green+Blue) = 198+112+97=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C67061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67061 is #398F9E. Grayscale: #888888. Windows color (decimal): -3772319 or 6385862. OLE color: 6385862.
HSL color Cylindrical-coordinate representation of color #C67061: hue angle of 8.91º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67061 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 97 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.22 |
| HSL | 8.91º | 0.47% | 0.58% | - |
| HSV(B) | 8.91º | 0.51% | 0.78% | - |
| XYZ | 31.24 | 24.46 | 14.38 | - |
| YUV | 136 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 97 | 0 | 0.43 | 0.51 | 0.22 | 8.91 | 0.47 | 0.58 |
| Hex | C6 | 70 | 61 | 0 | 2B | 33 | 16 | 9 | 2F | 3A |
| Octal | 306 | 160 | 141 | 0 | 53 | 63 | 26 | 11 | 57 | 72 |
| Binary | 11000110 | 1110000 | 1100001 | 0 | 101011 | 110011 | 10110 | 1001 | 101111 | 111010 |
Color Harmonies of #C67061
Complementary color
Monochromatic Colors of #C67061
Black with #C67061
Text Example
Text Example
White with #C67061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67061; }
p { color: rgb(198,112,97); }
H1.HeaderClassName
{
color: #C67061;
}
.AnyTagClassName
{
color: #C67061;
}
</style>
background-color css
<style>
a { background-color: #C67061; }
a { background-color: rgb(198,112,97); }
div.DivClassName
{
background-color: #C67061;
}
.BgClassName
{
background-color: #C67061;
}
</style>
border-color css
<style>
span { border-color: #C67061; }
span { border-color: rgb(198,112,97); }
td.TdClassName
{
border-color: #C67061;
}
.TagClassName
{
border-color: #C67061;
}
</style>