Shades of Contessa #CA796D
Tints of Contessa #CA796D
RGB
CMYK
RGB Variations
Color information
#CA796D (or 0xCA796D) is known color: Contessa. HEX triplet: CA, 79 and 6D. RGB value is (202,121,109). Sum of RGB (Red+Green+Blue) = 202+121+109=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA796D is #358692. Grayscale: #8F8F8F. Windows color (decimal): -3507859 or 7174602. OLE color: 7174602.
HSL color Cylindrical-coordinate representation of color #CA796D: hue angle of 7.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA796D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 109 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.21 |
| HSL | 7.74º | 0.47% | 0.61% | - |
| HSV(B) | 7.74º | 0.46% | 0.79% | - |
| XYZ | 33.95 | 27.34 | 17.95 | - |
| YUV | 143.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 109 | 0 | 0.40 | 0.46 | 0.21 | 7.74 | 0.47 | 0.61 |
| Hex | CA | 79 | 6D | 0 | 28 | 2E | 15 | 8 | 2F | 3D |
| Octal | 312 | 171 | 155 | 0 | 50 | 56 | 25 | 10 | 57 | 75 |
| Binary | 11001010 | 1111001 | 1101101 | 0 | 101000 | 101110 | 10101 | 1000 | 101111 | 111101 |
Color Harmonies of #CA796D
Complementary color
Monochromatic Colors of #CA796D
Black with #CA796D
Text Example
Text Example
White with #CA796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA796D; }
p { color: rgb(202,121,109); }
H1.HeaderClassName
{
color: #CA796D;
}
.AnyTagClassName
{
color: #CA796D;
}
</style>
background-color css
<style>
a { background-color: #CA796D; }
a { background-color: rgb(202,121,109); }
div.DivClassName
{
background-color: #CA796D;
}
.BgClassName
{
background-color: #CA796D;
}
</style>
border-color css
<style>
span { border-color: #CA796D; }
span { border-color: rgb(202,121,109); }
td.TdClassName
{
border-color: #CA796D;
}
.TagClassName
{
border-color: #CA796D;
}
</style>