Shades of Contessa #C07671
Tints of Contessa #C07671
RGB
CMYK
RGB Variations
Color information
#C07671 (or 0xC07671) is known color: Contessa. HEX triplet: C0, 76 and 71. RGB value is (192,118,113). Sum of RGB (Red+Green+Blue) = 192+118+113=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07671 is #3F898E. Grayscale: #8B8B8B. Windows color (decimal): -4163983 or 7435968. OLE color: 7435968.
HSL color Cylindrical-coordinate representation of color #C07671: hue angle of 3.8º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07671 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 113 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.25 |
| HSL | 3.8º | 0.39% | 0.6% | - |
| HSV(B) | 3.8º | 0.41% | 0.75% | - |
| XYZ | 31.2 | 25.36 | 18.87 | - |
| YUV | 139.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 113 | 0 | 0.39 | 0.41 | 0.25 | 3.8 | 0.39 | 0.6 |
| Hex | C0 | 76 | 71 | 0 | 27 | 29 | 19 | 4 | 27 | 3C |
| Octal | 300 | 166 | 161 | 0 | 47 | 51 | 31 | 4 | 47 | 74 |
| Binary | 11000000 | 1110110 | 1110001 | 0 | 100111 | 101001 | 11001 | 100 | 100111 | 111100 |
Color Harmonies of #C07671
Complementary color
Monochromatic Colors of #C07671
Black with #C07671
Text Example
Text Example
White with #C07671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07671; }
p { color: rgb(192,118,113); }
H1.HeaderClassName
{
color: #C07671;
}
.AnyTagClassName
{
color: #C07671;
}
</style>
background-color css
<style>
a { background-color: #C07671; }
a { background-color: rgb(192,118,113); }
div.DivClassName
{
background-color: #C07671;
}
.BgClassName
{
background-color: #C07671;
}
</style>
border-color css
<style>
span { border-color: #C07671; }
span { border-color: rgb(192,118,113); }
td.TdClassName
{
border-color: #C07671;
}
.TagClassName
{
border-color: #C07671;
}
</style>