Shades of Contessa #C77868
Tints of Contessa #C77868
RGB
CMYK
RGB Variations
Color information
#C77868 (or 0xC77868) is known color: Contessa. HEX triplet: C7, 78 and 68. RGB value is (199,120,104). Sum of RGB (Red+Green+Blue) = 199+120+104=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C77868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77868 is #388797. Grayscale: #8D8D8D. Windows color (decimal): -3704728 or 6846663. OLE color: 6846663.
HSL color Cylindrical-coordinate representation of color #C77868: hue angle of 10.11º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77868 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 104 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.22 |
| HSL | 10.11º | 0.46% | 0.59% | - |
| HSV(B) | 10.11º | 0.48% | 0.78% | - |
| XYZ | 32.77 | 26.57 | 16.5 | - |
| YUV | 141.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 104 | 0 | 0.40 | 0.48 | 0.22 | 10.11 | 0.46 | 0.59 |
| Hex | C7 | 78 | 68 | 0 | 28 | 30 | 16 | A | 2E | 3B |
| Octal | 307 | 170 | 150 | 0 | 50 | 60 | 26 | 12 | 56 | 73 |
| Binary | 11000111 | 1111000 | 1101000 | 0 | 101000 | 110000 | 10110 | 1010 | 101110 | 111011 |
Color Harmonies of #C77868
Complementary color
Monochromatic Colors of #C77868
Black with #C77868
Text Example
Text Example
White with #C77868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77868; }
p { color: rgb(199,120,104); }
H1.HeaderClassName
{
color: #C77868;
}
.AnyTagClassName
{
color: #C77868;
}
</style>
background-color css
<style>
a { background-color: #C77868; }
a { background-color: rgb(199,120,104); }
div.DivClassName
{
background-color: #C77868;
}
.BgClassName
{
background-color: #C77868;
}
</style>
border-color css
<style>
span { border-color: #C77868; }
span { border-color: rgb(199,120,104); }
td.TdClassName
{
border-color: #C77868;
}
.TagClassName
{
border-color: #C77868;
}
</style>