Shades of Contessa #CA7470
Tints of Contessa #CA7470
RGB
CMYK
RGB Variations
Color information
#CA7470 (or 0xCA7470) is known color: Contessa. HEX triplet: CA, 74 and 70. RGB value is (202,116,112). Sum of RGB (Red+Green+Blue) = 202+116+112=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7470 is #358B8F. Grayscale: #8D8D8D. Windows color (decimal): -3509136 or 7369930. OLE color: 7369930.
HSL color Cylindrical-coordinate representation of color #CA7470: hue angle of 2.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7470 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 112 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.21 |
| HSL | 2.67º | 0.46% | 0.62% | - |
| HSV(B) | 2.67º | 0.45% | 0.79% | - |
| XYZ | 33.53 | 26.22 | 18.62 | - |
| YUV | 141.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 112 | 0 | 0.43 | 0.45 | 0.21 | 2.67 | 0.46 | 0.62 |
| Hex | CA | 74 | 70 | 0 | 2B | 2D | 15 | 3 | 2E | 3E |
| Octal | 312 | 164 | 160 | 0 | 53 | 55 | 25 | 3 | 56 | 76 |
| Binary | 11001010 | 1110100 | 1110000 | 0 | 101011 | 101101 | 10101 | 11 | 101110 | 111110 |
Color Harmonies of #CA7470
Complementary color
Monochromatic Colors of #CA7470
Black with #CA7470
Text Example
Text Example
White with #CA7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7470; }
p { color: rgb(202,116,112); }
H1.HeaderClassName
{
color: #CA7470;
}
.AnyTagClassName
{
color: #CA7470;
}
</style>
background-color css
<style>
a { background-color: #CA7470; }
a { background-color: rgb(202,116,112); }
div.DivClassName
{
background-color: #CA7470;
}
.BgClassName
{
background-color: #CA7470;
}
</style>
border-color css
<style>
span { border-color: #CA7470; }
span { border-color: rgb(202,116,112); }
td.TdClassName
{
border-color: #CA7470;
}
.TagClassName
{
border-color: #CA7470;
}
</style>