Shades of Contessa #CA7B6E
Tints of Contessa #CA7B6E
RGB
CMYK
RGB Variations
Color information
#CA7B6E (or 0xCA7B6E) is known color: Contessa. HEX triplet: CA, 7B and 6E. RGB value is (202,123,110). Sum of RGB (Red+Green+Blue) = 202+123+110=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B6E is #358491. Grayscale: #919191. Windows color (decimal): -3507346 or 7240650. OLE color: 7240650.
HSL color Cylindrical-coordinate representation of color #CA7B6E: hue angle of 8.48º degrees, saturation: 0.46, 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 #CA7B6E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 110 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.21 |
| HSL | 8.48º | 0.46% | 0.61% | - |
| HSV(B) | 8.48º | 0.46% | 0.79% | - |
| XYZ | 34.25 | 27.85 | 18.32 | - |
| YUV | 145.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 110 | 0 | 0.39 | 0.46 | 0.21 | 8.48 | 0.46 | 0.61 |
| Hex | CA | 7B | 6E | 0 | 27 | 2E | 15 | 8 | 2E | 3D |
| Octal | 312 | 173 | 156 | 0 | 47 | 56 | 25 | 10 | 56 | 75 |
| Binary | 11001010 | 1111011 | 1101110 | 0 | 100111 | 101110 | 10101 | 1000 | 101110 | 111101 |
Color Harmonies of #CA7B6E
Complementary color
Monochromatic Colors of #CA7B6E
Black with #CA7B6E
Text Example
Text Example
White with #CA7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B6E; }
p { color: rgb(202,123,110); }
H1.HeaderClassName
{
color: #CA7B6E;
}
.AnyTagClassName
{
color: #CA7B6E;
}
</style>
background-color css
<style>
a { background-color: #CA7B6E; }
a { background-color: rgb(202,123,110); }
div.DivClassName
{
background-color: #CA7B6E;
}
.BgClassName
{
background-color: #CA7B6E;
}
</style>
border-color css
<style>
span { border-color: #CA7B6E; }
span { border-color: rgb(202,123,110); }
td.TdClassName
{
border-color: #CA7B6E;
}
.TagClassName
{
border-color: #CA7B6E;
}
</style>