Shades of Contessa #CA7776
Tints of Contessa #CA7776
RGB
CMYK
RGB Variations
Color information
#CA7776 (or 0xCA7776) is known color: Contessa. HEX triplet: CA, 77 and 76. RGB value is (202,119,118). Sum of RGB (Red+Green+Blue) = 202+119+118=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7776 is #358889. Grayscale: #8F8F8F. Windows color (decimal): -3508362 or 7763914. OLE color: 7763914.
HSL color Cylindrical-coordinate representation of color #CA7776: hue angle of 0.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7776 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 118 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.21 |
| HSL | 0.71º | 0.44% | 0.63% | - |
| HSV(B) | 0.71º | 0.42% | 0.79% | - |
| XYZ | 34.22 | 27.06 | 20.56 | - |
| YUV | 143.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 118 | 0 | 0.41 | 0.42 | 0.21 | 0.71 | 0.44 | 0.63 |
| Hex | CA | 77 | 76 | 0 | 29 | 2A | 15 | 1 | 2C | 3F |
| Octal | 312 | 167 | 166 | 0 | 51 | 52 | 25 | 1 | 54 | 77 |
| Binary | 11001010 | 1110111 | 1110110 | 0 | 101001 | 101010 | 10101 | 1 | 101100 | 111111 |
Color Harmonies of #CA7776
Complementary color
Monochromatic Colors of #CA7776
Black with #CA7776
Text Example
Text Example
White with #CA7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7776; }
p { color: rgb(202,119,118); }
H1.HeaderClassName
{
color: #CA7776;
}
.AnyTagClassName
{
color: #CA7776;
}
</style>
background-color css
<style>
a { background-color: #CA7776; }
a { background-color: rgb(202,119,118); }
div.DivClassName
{
background-color: #CA7776;
}
.BgClassName
{
background-color: #CA7776;
}
</style>
border-color css
<style>
span { border-color: #CA7776; }
span { border-color: rgb(202,119,118); }
td.TdClassName
{
border-color: #CA7776;
}
.TagClassName
{
border-color: #CA7776;
}
</style>