Shades of Contessa #CA776A
Tints of Contessa #CA776A
RGB
CMYK
RGB Variations
Color information
#CA776A (or 0xCA776A) is known color: Contessa. HEX triplet: CA, 77 and 6A. RGB value is (202,119,106). Sum of RGB (Red+Green+Blue) = 202+119+106=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA776A is #358895. Grayscale: #8E8E8E. Windows color (decimal): -3508374 or 6977482. OLE color: 6977482.
HSL color Cylindrical-coordinate representation of color #CA776A: hue angle of 8.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA776A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 106 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.21 |
| HSL | 8.13º | 0.48% | 0.6% | - |
| HSV(B) | 8.13º | 0.48% | 0.79% | - |
| XYZ | 33.56 | 26.79 | 17.04 | - |
| YUV | 142.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 106 | 0 | 0.41 | 0.48 | 0.21 | 8.13 | 0.48 | 0.6 |
| Hex | CA | 77 | 6A | 0 | 29 | 30 | 15 | 8 | 30 | 3C |
| Octal | 312 | 167 | 152 | 0 | 51 | 60 | 25 | 10 | 60 | 74 |
| Binary | 11001010 | 1110111 | 1101010 | 0 | 101001 | 110000 | 10101 | 1000 | 110000 | 111100 |
Color Harmonies of #CA776A
Complementary color
Monochromatic Colors of #CA776A
Black with #CA776A
Text Example
Text Example
White with #CA776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA776A; }
p { color: rgb(202,119,106); }
H1.HeaderClassName
{
color: #CA776A;
}
.AnyTagClassName
{
color: #CA776A;
}
</style>
background-color css
<style>
a { background-color: #CA776A; }
a { background-color: rgb(202,119,106); }
div.DivClassName
{
background-color: #CA776A;
}
.BgClassName
{
background-color: #CA776A;
}
</style>
border-color css
<style>
span { border-color: #CA776A; }
span { border-color: rgb(202,119,106); }
td.TdClassName
{
border-color: #CA776A;
}
.TagClassName
{
border-color: #CA776A;
}
</style>