Shades of Contessa #C67871
Tints of Contessa #C67871
RGB
CMYK
RGB Variations
Color information
#C67871 (or 0xC67871) is known color: Contessa. HEX triplet: C6, 78 and 71. RGB value is (198,120,113). Sum of RGB (Red+Green+Blue) = 198+120+113=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C67871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67871 is #39878E. Grayscale: #8E8E8E. Windows color (decimal): -3770255 or 7436486. OLE color: 7436486.
HSL color Cylindrical-coordinate representation of color #C67871: hue angle of 4.94º 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 #C67871 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 113 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.22 |
| HSL | 4.94º | 0.43% | 0.61% | - |
| HSV(B) | 4.94º | 0.43% | 0.78% | - |
| XYZ | 32.99 | 26.63 | 19.02 | - |
| YUV | 142.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 113 | 0 | 0.39 | 0.43 | 0.22 | 4.94 | 0.43 | 0.61 |
| Hex | C6 | 78 | 71 | 0 | 27 | 2B | 16 | 5 | 2B | 3D |
| Octal | 306 | 170 | 161 | 0 | 47 | 53 | 26 | 5 | 53 | 75 |
| Binary | 11000110 | 1111000 | 1110001 | 0 | 100111 | 101011 | 10110 | 101 | 101011 | 111101 |
Color Harmonies of #C67871
Complementary color
Monochromatic Colors of #C67871
Black with #C67871
Text Example
Text Example
White with #C67871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67871; }
p { color: rgb(198,120,113); }
H1.HeaderClassName
{
color: #C67871;
}
.AnyTagClassName
{
color: #C67871;
}
</style>
background-color css
<style>
a { background-color: #C67871; }
a { background-color: rgb(198,120,113); }
div.DivClassName
{
background-color: #C67871;
}
.BgClassName
{
background-color: #C67871;
}
</style>
border-color css
<style>
span { border-color: #C67871; }
span { border-color: rgb(198,120,113); }
td.TdClassName
{
border-color: #C67871;
}
.TagClassName
{
border-color: #C67871;
}
</style>