Shades of Contessa #CA7166
Tints of Contessa #CA7166
RGB
CMYK
RGB Variations
Color information
#CA7166 (or 0xCA7166) is known color: Contessa. HEX triplet: CA, 71 and 66. RGB value is (202,113,102). Sum of RGB (Red+Green+Blue) = 202+113+102=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7166 is #358E99. Grayscale: #8A8A8A. Windows color (decimal): -3509914 or 6713802. OLE color: 6713802.
HSL color Cylindrical-coordinate representation of color #CA7166: hue angle of 6.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7166 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 102 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.21 |
| HSL | 6.6º | 0.49% | 0.6% | - |
| HSV(B) | 6.6º | 0.5% | 0.79% | - |
| XYZ | 32.66 | 25.33 | 15.74 | - |
| YUV | 138.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 102 | 0 | 0.44 | 0.50 | 0.21 | 6.6 | 0.49 | 0.6 |
| Hex | CA | 71 | 66 | 0 | 2C | 32 | 15 | 7 | 31 | 3C |
| Octal | 312 | 161 | 146 | 0 | 54 | 62 | 25 | 7 | 61 | 74 |
| Binary | 11001010 | 1110001 | 1100110 | 0 | 101100 | 110010 | 10101 | 111 | 110001 | 111100 |
Color Harmonies of #CA7166
Complementary color
Monochromatic Colors of #CA7166
Black with #CA7166
Text Example
Text Example
White with #CA7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7166; }
p { color: rgb(202,113,102); }
H1.HeaderClassName
{
color: #CA7166;
}
.AnyTagClassName
{
color: #CA7166;
}
</style>
background-color css
<style>
a { background-color: #CA7166; }
a { background-color: rgb(202,113,102); }
div.DivClassName
{
background-color: #CA7166;
}
.BgClassName
{
background-color: #CA7166;
}
</style>
border-color css
<style>
span { border-color: #CA7166; }
span { border-color: rgb(202,113,102); }
td.TdClassName
{
border-color: #CA7166;
}
.TagClassName
{
border-color: #CA7166;
}
</style>