Shades of Contessa #CA7A72
Tints of Contessa #CA7A72
RGB
CMYK
RGB Variations
Color information
#CA7A72 (or 0xCA7A72) is known color: Contessa. HEX triplet: CA, 7A and 72. RGB value is (202,122,114). Sum of RGB (Red+Green+Blue) = 202+122+114=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A72 is #35858D. Grayscale: #919191. Windows color (decimal): -3507598 or 7502538. OLE color: 7502538.
HSL color Cylindrical-coordinate representation of color #CA7A72: hue angle of 5.45º degrees, saturation: 0.45, 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 #CA7A72 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 114 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.21 |
| HSL | 5.45º | 0.45% | 0.62% | - |
| HSV(B) | 5.45º | 0.44% | 0.79% | - |
| XYZ | 34.35 | 27.69 | 19.45 | - |
| YUV | 145.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 114 | 0 | 0.40 | 0.44 | 0.21 | 5.45 | 0.45 | 0.62 |
| Hex | CA | 7A | 72 | 0 | 28 | 2C | 15 | 5 | 2D | 3E |
| Octal | 312 | 172 | 162 | 0 | 50 | 54 | 25 | 5 | 55 | 76 |
| Binary | 11001010 | 1111010 | 1110010 | 0 | 101000 | 101100 | 10101 | 101 | 101101 | 111110 |
Color Harmonies of #CA7A72
Complementary color
Monochromatic Colors of #CA7A72
Black with #CA7A72
Text Example
Text Example
White with #CA7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A72; }
p { color: rgb(202,122,114); }
H1.HeaderClassName
{
color: #CA7A72;
}
.AnyTagClassName
{
color: #CA7A72;
}
</style>
background-color css
<style>
a { background-color: #CA7A72; }
a { background-color: rgb(202,122,114); }
div.DivClassName
{
background-color: #CA7A72;
}
.BgClassName
{
background-color: #CA7A72;
}
</style>
border-color css
<style>
span { border-color: #CA7A72; }
span { border-color: rgb(202,122,114); }
td.TdClassName
{
border-color: #CA7A72;
}
.TagClassName
{
border-color: #CA7A72;
}
</style>