Shades of Contessa #C77C6D
Tints of Contessa #C77C6D
RGB
CMYK
RGB Variations
Color information
#C77C6D (or 0xC77C6D) is known color: Contessa. HEX triplet: C7, 7C and 6D. RGB value is (199,124,109). Sum of RGB (Red+Green+Blue) = 199+124+109=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C6D is #388392. Grayscale: #909090. Windows color (decimal): -3703699 or 7175367. OLE color: 7175367.
HSL color Cylindrical-coordinate representation of color #C77C6D: hue angle of 10º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77C6D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 109 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.22 |
| HSL | 10º | 0.45% | 0.6% | - |
| HSV(B) | 10º | 0.45% | 0.78% | - |
| XYZ | 33.52 | 27.66 | 18.04 | - |
| YUV | 144.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 109 | 0 | 0.38 | 0.45 | 0.22 | 10 | 0.45 | 0.6 |
| Hex | C7 | 7C | 6D | 0 | 26 | 2D | 16 | A | 2D | 3C |
| Octal | 307 | 174 | 155 | 0 | 46 | 55 | 26 | 12 | 55 | 74 |
| Binary | 11000111 | 1111100 | 1101101 | 0 | 100110 | 101101 | 10110 | 1010 | 101101 | 111100 |
Color Harmonies of #C77C6D
Complementary color
Monochromatic Colors of #C77C6D
Black with #C77C6D
Text Example
Text Example
White with #C77C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C6D; }
p { color: rgb(199,124,109); }
H1.HeaderClassName
{
color: #C77C6D;
}
.AnyTagClassName
{
color: #C77C6D;
}
</style>
background-color css
<style>
a { background-color: #C77C6D; }
a { background-color: rgb(199,124,109); }
div.DivClassName
{
background-color: #C77C6D;
}
.BgClassName
{
background-color: #C77C6D;
}
</style>
border-color css
<style>
span { border-color: #C77C6D; }
span { border-color: rgb(199,124,109); }
td.TdClassName
{
border-color: #C77C6D;
}
.TagClassName
{
border-color: #C77C6D;
}
</style>