Shades of Contessa #CA7A6F
Tints of Contessa #CA7A6F
RGB
CMYK
RGB Variations
Color information
#CA7A6F (or 0xCA7A6F) is known color: Contessa. HEX triplet: CA, 7A and 6F. RGB value is (202,122,111). Sum of RGB (Red+Green+Blue) = 202+122+111=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A6F is #358590. Grayscale: #909090. Windows color (decimal): -3507601 or 7305930. OLE color: 7305930.
HSL color Cylindrical-coordinate representation of color #CA7A6F: hue angle of 7.25º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7A6F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 111 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.21 |
| HSL | 7.25º | 0.46% | 0.61% | - |
| HSV(B) | 7.25º | 0.45% | 0.79% | - |
| XYZ | 34.19 | 27.62 | 18.57 | - |
| YUV | 144.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 111 | 0 | 0.40 | 0.45 | 0.21 | 7.25 | 0.46 | 0.61 |
| Hex | CA | 7A | 6F | 0 | 28 | 2D | 15 | 7 | 2E | 3D |
| Octal | 312 | 172 | 157 | 0 | 50 | 55 | 25 | 7 | 56 | 75 |
| Binary | 11001010 | 1111010 | 1101111 | 0 | 101000 | 101101 | 10101 | 111 | 101110 | 111101 |
Color Harmonies of #CA7A6F
Complementary color
Monochromatic Colors of #CA7A6F
Black with #CA7A6F
Text Example
Text Example
White with #CA7A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A6F; }
p { color: rgb(202,122,111); }
H1.HeaderClassName
{
color: #CA7A6F;
}
.AnyTagClassName
{
color: #CA7A6F;
}
</style>
background-color css
<style>
a { background-color: #CA7A6F; }
a { background-color: rgb(202,122,111); }
div.DivClassName
{
background-color: #CA7A6F;
}
.BgClassName
{
background-color: #CA7A6F;
}
</style>
border-color css
<style>
span { border-color: #CA7A6F; }
span { border-color: rgb(202,122,111); }
td.TdClassName
{
border-color: #CA7A6F;
}
.TagClassName
{
border-color: #CA7A6F;
}
</style>