Shades of Contessa #C77B71
Tints of Contessa #C77B71
RGB
CMYK
RGB Variations
Color information
#C77B71 (or 0xC77B71) is known color: Contessa. HEX triplet: C7, 7B and 71. RGB value is (199,123,113). Sum of RGB (Red+Green+Blue) = 199+123+113=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B71 is #38848E. Grayscale: #909090. Windows color (decimal): -3703951 or 7437255. OLE color: 7437255.
HSL color Cylindrical-coordinate representation of color #C77B71: hue angle of 6.98º 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 #C77B71 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 113 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.22 |
| HSL | 6.98º | 0.43% | 0.61% | - |
| HSV(B) | 6.98º | 0.43% | 0.78% | - |
| XYZ | 33.62 | 27.5 | 19.16 | - |
| YUV | 144.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 113 | 0 | 0.38 | 0.43 | 0.22 | 6.98 | 0.43 | 0.61 |
| Hex | C7 | 7B | 71 | 0 | 26 | 2B | 16 | 7 | 2B | 3D |
| Octal | 307 | 173 | 161 | 0 | 46 | 53 | 26 | 7 | 53 | 75 |
| Binary | 11000111 | 1111011 | 1110001 | 0 | 100110 | 101011 | 10110 | 111 | 101011 | 111101 |
Color Harmonies of #C77B71
Complementary color
Monochromatic Colors of #C77B71
Black with #C77B71
Text Example
Text Example
White with #C77B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B71; }
p { color: rgb(199,123,113); }
H1.HeaderClassName
{
color: #C77B71;
}
.AnyTagClassName
{
color: #C77B71;
}
</style>
background-color css
<style>
a { background-color: #C77B71; }
a { background-color: rgb(199,123,113); }
div.DivClassName
{
background-color: #C77B71;
}
.BgClassName
{
background-color: #C77B71;
}
</style>
border-color css
<style>
span { border-color: #C77B71; }
span { border-color: rgb(199,123,113); }
td.TdClassName
{
border-color: #C77B71;
}
.TagClassName
{
border-color: #C77B71;
}
</style>