Shades of Contessa #C67971
Tints of Contessa #C67971
RGB
CMYK
RGB Variations
Color information
#C67971 (or 0xC67971) is known color: Contessa. HEX triplet: C6, 79 and 71. RGB value is (198,121,113). Sum of RGB (Red+Green+Blue) = 198+121+113=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C67971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67971 is #39868E. Grayscale: #8F8F8F. Windows color (decimal): -3769999 or 7436742. OLE color: 7436742.
HSL color Cylindrical-coordinate representation of color #C67971: hue angle of 5.65º 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 #C67971 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 113 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.22 |
| HSL | 5.65º | 0.43% | 0.61% | - |
| HSV(B) | 5.65º | 0.43% | 0.78% | - |
| XYZ | 33.11 | 26.87 | 19.06 | - |
| YUV | 143.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 113 | 0 | 0.39 | 0.43 | 0.22 | 5.65 | 0.43 | 0.61 |
| Hex | C6 | 79 | 71 | 0 | 27 | 2B | 16 | 6 | 2B | 3D |
| Octal | 306 | 171 | 161 | 0 | 47 | 53 | 26 | 6 | 53 | 75 |
| Binary | 11000110 | 1111001 | 1110001 | 0 | 100111 | 101011 | 10110 | 110 | 101011 | 111101 |
Color Harmonies of #C67971
Complementary color
Monochromatic Colors of #C67971
Black with #C67971
Text Example
Text Example
White with #C67971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67971; }
p { color: rgb(198,121,113); }
H1.HeaderClassName
{
color: #C67971;
}
.AnyTagClassName
{
color: #C67971;
}
</style>
background-color css
<style>
a { background-color: #C67971; }
a { background-color: rgb(198,121,113); }
div.DivClassName
{
background-color: #C67971;
}
.BgClassName
{
background-color: #C67971;
}
</style>
border-color css
<style>
span { border-color: #C67971; }
span { border-color: rgb(198,121,113); }
td.TdClassName
{
border-color: #C67971;
}
.TagClassName
{
border-color: #C67971;
}
</style>