Shades of Contessa #CA7168
Tints of Contessa #CA7168
RGB
CMYK
RGB Variations
Color information
#CA7168 (or 0xCA7168) is known color: Contessa. HEX triplet: CA, 71 and 68. RGB value is (202,113,104). Sum of RGB (Red+Green+Blue) = 202+113+104=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7168 is #358E97. Grayscale: #8A8A8A. Windows color (decimal): -3509912 or 6844874. OLE color: 6844874.
HSL color Cylindrical-coordinate representation of color #CA7168: hue angle of 5.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7168 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 104 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.21 |
| HSL | 5.51º | 0.48% | 0.6% | - |
| HSV(B) | 5.51º | 0.49% | 0.79% | - |
| XYZ | 32.76 | 25.37 | 16.27 | - |
| YUV | 138.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 104 | 0 | 0.44 | 0.49 | 0.21 | 5.51 | 0.48 | 0.6 |
| Hex | CA | 71 | 68 | 0 | 2C | 31 | 15 | 6 | 30 | 3C |
| Octal | 312 | 161 | 150 | 0 | 54 | 61 | 25 | 6 | 60 | 74 |
| Binary | 11001010 | 1110001 | 1101000 | 0 | 101100 | 110001 | 10101 | 110 | 110000 | 111100 |
Color Harmonies of #CA7168
Complementary color
Monochromatic Colors of #CA7168
Black with #CA7168
Text Example
Text Example
White with #CA7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7168; }
p { color: rgb(202,113,104); }
H1.HeaderClassName
{
color: #CA7168;
}
.AnyTagClassName
{
color: #CA7168;
}
</style>
background-color css
<style>
a { background-color: #CA7168; }
a { background-color: rgb(202,113,104); }
div.DivClassName
{
background-color: #CA7168;
}
.BgClassName
{
background-color: #CA7168;
}
</style>
border-color css
<style>
span { border-color: #CA7168; }
span { border-color: rgb(202,113,104); }
td.TdClassName
{
border-color: #CA7168;
}
.TagClassName
{
border-color: #CA7168;
}
</style>