Shades of Contessa #CA7271
Tints of Contessa #CA7271
RGB
CMYK
RGB Variations
Color information
#CA7271 (or 0xCA7271) is known color: Contessa. HEX triplet: CA, 72 and 71. RGB value is (202,114,113). Sum of RGB (Red+Green+Blue) = 202+114+113=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7271 is #358D8E. Grayscale: #8C8C8C. Windows color (decimal): -3509647 or 7434954. OLE color: 7434954.
HSL color Cylindrical-coordinate representation of color #CA7271: hue angle of 0.67º 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 #CA7271 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 113 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.21 |
| HSL | 0.67º | 0.46% | 0.62% | - |
| HSV(B) | 0.67º | 0.44% | 0.79% | - |
| XYZ | 33.36 | 25.78 | 18.84 | - |
| YUV | 140.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 113 | 0 | 0.44 | 0.44 | 0.21 | 0.67 | 0.46 | 0.62 |
| Hex | CA | 72 | 71 | 0 | 2C | 2C | 15 | 1 | 2E | 3E |
| Octal | 312 | 162 | 161 | 0 | 54 | 54 | 25 | 1 | 56 | 76 |
| Binary | 11001010 | 1110010 | 1110001 | 0 | 101100 | 101100 | 10101 | 1 | 101110 | 111110 |
Color Harmonies of #CA7271
Complementary color
Monochromatic Colors of #CA7271
Black with #CA7271
Text Example
Text Example
White with #CA7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7271; }
p { color: rgb(202,114,113); }
H1.HeaderClassName
{
color: #CA7271;
}
.AnyTagClassName
{
color: #CA7271;
}
</style>
background-color css
<style>
a { background-color: #CA7271; }
a { background-color: rgb(202,114,113); }
div.DivClassName
{
background-color: #CA7271;
}
.BgClassName
{
background-color: #CA7271;
}
</style>
border-color css
<style>
span { border-color: #CA7271; }
span { border-color: rgb(202,114,113); }
td.TdClassName
{
border-color: #CA7271;
}
.TagClassName
{
border-color: #CA7271;
}
</style>