Shades of Contessa #CA7A6D
Tints of Contessa #CA7A6D
RGB
CMYK
RGB Variations
Color information
#CA7A6D (or 0xCA7A6D) is known color: Contessa. HEX triplet: CA, 7A and 6D. RGB value is (202,122,109). Sum of RGB (Red+Green+Blue) = 202+122+109=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A6D is #358592. Grayscale: #909090. Windows color (decimal): -3507603 or 7174858. OLE color: 7174858.
HSL color Cylindrical-coordinate representation of color #CA7A6D: hue angle of 8.39º 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 #CA7A6D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 109 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.21 |
| HSL | 8.39º | 0.47% | 0.61% | - |
| HSV(B) | 8.39º | 0.46% | 0.79% | - |
| XYZ | 34.08 | 27.58 | 18 | - |
| YUV | 144.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 109 | 0 | 0.40 | 0.46 | 0.21 | 8.39 | 0.47 | 0.61 |
| Hex | CA | 7A | 6D | 0 | 28 | 2E | 15 | 8 | 2F | 3D |
| Octal | 312 | 172 | 155 | 0 | 50 | 56 | 25 | 10 | 57 | 75 |
| Binary | 11001010 | 1111010 | 1101101 | 0 | 101000 | 101110 | 10101 | 1000 | 101111 | 111101 |
Color Harmonies of #CA7A6D
Complementary color
Monochromatic Colors of #CA7A6D
Black with #CA7A6D
Text Example
Text Example
White with #CA7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A6D; }
p { color: rgb(202,122,109); }
H1.HeaderClassName
{
color: #CA7A6D;
}
.AnyTagClassName
{
color: #CA7A6D;
}
</style>
background-color css
<style>
a { background-color: #CA7A6D; }
a { background-color: rgb(202,122,109); }
div.DivClassName
{
background-color: #CA7A6D;
}
.BgClassName
{
background-color: #CA7A6D;
}
</style>
border-color css
<style>
span { border-color: #CA7A6D; }
span { border-color: rgb(202,122,109); }
td.TdClassName
{
border-color: #CA7A6D;
}
.TagClassName
{
border-color: #CA7A6D;
}
</style>