Shades of Contessa #C77869
Tints of Contessa #C77869
RGB
CMYK
RGB Variations
Color information
#C77869 (or 0xC77869) is known color: Contessa. HEX triplet: C7, 78 and 69. RGB value is (199,120,105). Sum of RGB (Red+Green+Blue) = 199+120+105=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C77869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77869 is #388796. Grayscale: #8E8E8E. Windows color (decimal): -3704727 or 6912199. OLE color: 6912199.
HSL color Cylindrical-coordinate representation of color #C77869: hue angle of 9.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C77869 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 105 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.22 |
| HSL | 9.57º | 0.46% | 0.6% | - |
| HSV(B) | 9.57º | 0.47% | 0.78% | - |
| XYZ | 32.82 | 26.59 | 16.77 | - |
| YUV | 141.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 105 | 0 | 0.40 | 0.47 | 0.22 | 9.57 | 0.46 | 0.6 |
| Hex | C7 | 78 | 69 | 0 | 28 | 2F | 16 | A | 2E | 3C |
| Octal | 307 | 170 | 151 | 0 | 50 | 57 | 26 | 12 | 56 | 74 |
| Binary | 11000111 | 1111000 | 1101001 | 0 | 101000 | 101111 | 10110 | 1010 | 101110 | 111100 |
Color Harmonies of #C77869
Complementary color
Monochromatic Colors of #C77869
Black with #C77869
Text Example
Text Example
White with #C77869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77869; }
p { color: rgb(199,120,105); }
H1.HeaderClassName
{
color: #C77869;
}
.AnyTagClassName
{
color: #C77869;
}
</style>
background-color css
<style>
a { background-color: #C77869; }
a { background-color: rgb(199,120,105); }
div.DivClassName
{
background-color: #C77869;
}
.BgClassName
{
background-color: #C77869;
}
</style>
border-color css
<style>
span { border-color: #C77869; }
span { border-color: rgb(199,120,105); }
td.TdClassName
{
border-color: #C77869;
}
.TagClassName
{
border-color: #C77869;
}
</style>