Shades of Contessa #CA7A6A
Tints of Contessa #CA7A6A
RGB
CMYK
RGB Variations
Color information
#CA7A6A (or 0xCA7A6A) is known color: Contessa. HEX triplet: CA, 7A and 6A. RGB value is (202,122,106). Sum of RGB (Red+Green+Blue) = 202+122+106=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A6A is #358595. Grayscale: #909090. Windows color (decimal): -3507606 or 6978250. OLE color: 6978250.
HSL color Cylindrical-coordinate representation of color #CA7A6A: hue angle of 10º 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 #CA7A6A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 106 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.21 |
| HSL | 10º | 0.48% | 0.6% | - |
| HSV(B) | 10º | 0.48% | 0.79% | - |
| XYZ | 33.92 | 27.52 | 17.16 | - |
| YUV | 144.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 106 | 0 | 0.40 | 0.48 | 0.21 | 10 | 0.48 | 0.6 |
| Hex | CA | 7A | 6A | 0 | 28 | 30 | 15 | A | 30 | 3C |
| Octal | 312 | 172 | 152 | 0 | 50 | 60 | 25 | 12 | 60 | 74 |
| Binary | 11001010 | 1111010 | 1101010 | 0 | 101000 | 110000 | 10101 | 1010 | 110000 | 111100 |
Color Harmonies of #CA7A6A
Complementary color
Monochromatic Colors of #CA7A6A
Black with #CA7A6A
Text Example
Text Example
White with #CA7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A6A; }
p { color: rgb(202,122,106); }
H1.HeaderClassName
{
color: #CA7A6A;
}
.AnyTagClassName
{
color: #CA7A6A;
}
</style>
background-color css
<style>
a { background-color: #CA7A6A; }
a { background-color: rgb(202,122,106); }
div.DivClassName
{
background-color: #CA7A6A;
}
.BgClassName
{
background-color: #CA7A6A;
}
</style>
border-color css
<style>
span { border-color: #CA7A6A; }
span { border-color: rgb(202,122,106); }
td.TdClassName
{
border-color: #CA7A6A;
}
.TagClassName
{
border-color: #CA7A6A;
}
</style>