Shades of Contessa #C77873
Tints of Contessa #C77873
RGB
CMYK
RGB Variations
Color information
#C77873 (or 0xC77873) is known color: Contessa. HEX triplet: C7, 78 and 73. RGB value is (199,120,115). Sum of RGB (Red+Green+Blue) = 199+120+115=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77873 is #38878C. Grayscale: #8F8F8F. Windows color (decimal): -3704717 or 7567559. OLE color: 7567559.
HSL color Cylindrical-coordinate representation of color #C77873: hue angle of 3.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77873 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 115 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.22 |
| HSL | 3.57º | 0.43% | 0.62% | - |
| HSV(B) | 3.57º | 0.42% | 0.78% | - |
| XYZ | 33.36 | 26.81 | 19.64 | - |
| YUV | 143.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 115 | 0 | 0.40 | 0.42 | 0.22 | 3.57 | 0.43 | 0.62 |
| Hex | C7 | 78 | 73 | 0 | 28 | 2A | 16 | 4 | 2B | 3E |
| Octal | 307 | 170 | 163 | 0 | 50 | 52 | 26 | 4 | 53 | 76 |
| Binary | 11000111 | 1111000 | 1110011 | 0 | 101000 | 101010 | 10110 | 100 | 101011 | 111110 |
Color Harmonies of #C77873
Complementary color
Monochromatic Colors of #C77873
Black with #C77873
Text Example
Text Example
White with #C77873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77873; }
p { color: rgb(199,120,115); }
H1.HeaderClassName
{
color: #C77873;
}
.AnyTagClassName
{
color: #C77873;
}
</style>
background-color css
<style>
a { background-color: #C77873; }
a { background-color: rgb(199,120,115); }
div.DivClassName
{
background-color: #C77873;
}
.BgClassName
{
background-color: #C77873;
}
</style>
border-color css
<style>
span { border-color: #C77873; }
span { border-color: rgb(199,120,115); }
td.TdClassName
{
border-color: #C77873;
}
.TagClassName
{
border-color: #C77873;
}
</style>