Shades of Contessa #CA7171
Tints of Contessa #CA7171
RGB
CMYK
RGB Variations
Color information
#CA7171 (or 0xCA7171) is known color: Contessa. HEX triplet: CA, 71 and 71. RGB value is (202,113,113). Sum of RGB (Red+Green+Blue) = 202+113+113=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7171 is #358E8E. Grayscale: #8B8B8B. Windows color (decimal): -3509903 or 7434698. OLE color: 7434698.
HSL color Cylindrical-coordinate representation of color #CA7171: hue angle of 0º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7171 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 113 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.21 |
| HSL | 0º | 0.46% | 0.62% | - |
| HSV(B) | 0º | 0.44% | 0.79% | - |
| XYZ | 33.24 | 25.56 | 18.8 | - |
| YUV | 139.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 113 | 0 | 0.44 | 0.44 | 0.21 | 0 | 0.46 | 0.62 |
| Hex | CA | 71 | 71 | 0 | 2C | 2C | 15 | 0 | 2E | 3E |
| Octal | 312 | 161 | 161 | 0 | 54 | 54 | 25 | 0 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1110001 | 0 | 101100 | 101100 | 10101 | 0 | 101110 | 111110 |
Color Harmonies of #CA7171
Complementary color
Monochromatic Colors of #CA7171
Black with #CA7171
Text Example
Text Example
White with #CA7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7171; }
p { color: rgb(202,113,113); }
H1.HeaderClassName
{
color: #CA7171;
}
.AnyTagClassName
{
color: #CA7171;
}
</style>
background-color css
<style>
a { background-color: #CA7171; }
a { background-color: rgb(202,113,113); }
div.DivClassName
{
background-color: #CA7171;
}
.BgClassName
{
background-color: #CA7171;
}
</style>
border-color css
<style>
span { border-color: #CA7171; }
span { border-color: rgb(202,113,113); }
td.TdClassName
{
border-color: #CA7171;
}
.TagClassName
{
border-color: #CA7171;
}
</style>