Shades of Contessa #C67571
Tints of Contessa #C67571
RGB
CMYK
RGB Variations
Color information
#C67571 (or 0xC67571) is known color: Contessa. HEX triplet: C6, 75 and 71. RGB value is (198,117,113). Sum of RGB (Red+Green+Blue) = 198+117+113=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C67571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67571 is #398A8E. Grayscale: #8C8C8C. Windows color (decimal): -3771023 or 7435718. OLE color: 7435718.
HSL color Cylindrical-coordinate representation of color #C67571: hue angle of 2.82º 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 #C67571 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 113 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.22 |
| HSL | 2.82º | 0.43% | 0.61% | - |
| HSV(B) | 2.82º | 0.43% | 0.78% | - |
| XYZ | 32.63 | 25.92 | 18.91 | - |
| YUV | 140.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 113 | 0 | 0.41 | 0.43 | 0.22 | 2.82 | 0.43 | 0.61 |
| Hex | C6 | 75 | 71 | 0 | 29 | 2B | 16 | 3 | 2B | 3D |
| Octal | 306 | 165 | 161 | 0 | 51 | 53 | 26 | 3 | 53 | 75 |
| Binary | 11000110 | 1110101 | 1110001 | 0 | 101001 | 101011 | 10110 | 11 | 101011 | 111101 |
Color Harmonies of #C67571
Complementary color
Monochromatic Colors of #C67571
Black with #C67571
Text Example
Text Example
White with #C67571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67571; }
p { color: rgb(198,117,113); }
H1.HeaderClassName
{
color: #C67571;
}
.AnyTagClassName
{
color: #C67571;
}
</style>
background-color css
<style>
a { background-color: #C67571; }
a { background-color: rgb(198,117,113); }
div.DivClassName
{
background-color: #C67571;
}
.BgClassName
{
background-color: #C67571;
}
</style>
border-color css
<style>
span { border-color: #C67571; }
span { border-color: rgb(198,117,113); }
td.TdClassName
{
border-color: #C67571;
}
.TagClassName
{
border-color: #C67571;
}
</style>