Shades of Contessa #CA7877
Tints of Contessa #CA7877
RGB
CMYK
RGB Variations
Color information
#CA7877 (or 0xCA7877) is known color: Contessa. HEX triplet: CA, 78 and 77. RGB value is (202,120,119). Sum of RGB (Red+Green+Blue) = 202+120+119=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7877 is #358788. Grayscale: #909090. Windows color (decimal): -3508105 or 7829706. OLE color: 7829706.
HSL color Cylindrical-coordinate representation of color #CA7877: hue angle of 0.72º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7877 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 119 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.21 |
| HSL | 0.72º | 0.44% | 0.63% | - |
| HSV(B) | 0.72º | 0.41% | 0.79% | - |
| XYZ | 34.4 | 27.32 | 20.91 | - |
| YUV | 144.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 119 | 0 | 0.41 | 0.41 | 0.21 | 0.72 | 0.44 | 0.63 |
| Hex | CA | 78 | 77 | 0 | 29 | 29 | 15 | 1 | 2C | 3F |
| Octal | 312 | 170 | 167 | 0 | 51 | 51 | 25 | 1 | 54 | 77 |
| Binary | 11001010 | 1111000 | 1110111 | 0 | 101001 | 101001 | 10101 | 1 | 101100 | 111111 |
Color Harmonies of #CA7877
Complementary color
Monochromatic Colors of #CA7877
Black with #CA7877
Text Example
Text Example
White with #CA7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7877; }
p { color: rgb(202,120,119); }
H1.HeaderClassName
{
color: #CA7877;
}
.AnyTagClassName
{
color: #CA7877;
}
</style>
background-color css
<style>
a { background-color: #CA7877; }
a { background-color: rgb(202,120,119); }
div.DivClassName
{
background-color: #CA7877;
}
.BgClassName
{
background-color: #CA7877;
}
</style>
border-color css
<style>
span { border-color: #CA7877; }
span { border-color: rgb(202,120,119); }
td.TdClassName
{
border-color: #CA7877;
}
.TagClassName
{
border-color: #CA7877;
}
</style>