Shades of Contessa #CA7C71
Tints of Contessa #CA7C71
RGB
CMYK
RGB Variations
Color information
#CA7C71 (or 0xCA7C71) is known color: Contessa. HEX triplet: CA, 7C and 71. RGB value is (202,124,113). Sum of RGB (Red+Green+Blue) = 202+124+113=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C71 is #35838E. Grayscale: #929292. Windows color (decimal): -3507087 or 7437514. OLE color: 7437514.
HSL color Cylindrical-coordinate representation of color #CA7C71: hue angle of 7.42º 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 #CA7C71 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 113 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.21 |
| HSL | 7.42º | 0.46% | 0.62% | - |
| HSV(B) | 7.42º | 0.44% | 0.79% | - |
| XYZ | 34.55 | 28.16 | 19.24 | - |
| YUV | 146.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 113 | 0 | 0.39 | 0.44 | 0.21 | 7.42 | 0.46 | 0.62 |
| Hex | CA | 7C | 71 | 0 | 27 | 2C | 15 | 7 | 2E | 3E |
| Octal | 312 | 174 | 161 | 0 | 47 | 54 | 25 | 7 | 56 | 76 |
| Binary | 11001010 | 1111100 | 1110001 | 0 | 100111 | 101100 | 10101 | 111 | 101110 | 111110 |
Color Harmonies of #CA7C71
Complementary color
Monochromatic Colors of #CA7C71
Black with #CA7C71
Text Example
Text Example
White with #CA7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C71; }
p { color: rgb(202,124,113); }
H1.HeaderClassName
{
color: #CA7C71;
}
.AnyTagClassName
{
color: #CA7C71;
}
</style>
background-color css
<style>
a { background-color: #CA7C71; }
a { background-color: rgb(202,124,113); }
div.DivClassName
{
background-color: #CA7C71;
}
.BgClassName
{
background-color: #CA7C71;
}
</style>
border-color css
<style>
span { border-color: #CA7C71; }
span { border-color: rgb(202,124,113); }
td.TdClassName
{
border-color: #CA7C71;
}
.TagClassName
{
border-color: #CA7C71;
}
</style>