Shades of Contessa #CA7572
Tints of Contessa #CA7572
RGB
CMYK
RGB Variations
Color information
#CA7572 (or 0xCA7572) is known color: Contessa. HEX triplet: CA, 75 and 72. RGB value is (202,117,114). Sum of RGB (Red+Green+Blue) = 202+117+114=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7572 is #358A8D. Grayscale: #8E8E8E. Windows color (decimal): -3508878 or 7501258. OLE color: 7501258.
HSL color Cylindrical-coordinate representation of color #CA7572: hue angle of 2.05º 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 #CA7572 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 114 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.21 |
| HSL | 2.05º | 0.45% | 0.62% | - |
| HSV(B) | 2.05º | 0.44% | 0.79% | - |
| XYZ | 33.76 | 26.49 | 19.25 | - |
| YUV | 142.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 114 | 0 | 0.42 | 0.44 | 0.21 | 2.05 | 0.45 | 0.62 |
| Hex | CA | 75 | 72 | 0 | 2A | 2C | 15 | 2 | 2D | 3E |
| Octal | 312 | 165 | 162 | 0 | 52 | 54 | 25 | 2 | 55 | 76 |
| Binary | 11001010 | 1110101 | 1110010 | 0 | 101010 | 101100 | 10101 | 10 | 101101 | 111110 |
Color Harmonies of #CA7572
Complementary color
Monochromatic Colors of #CA7572
Black with #CA7572
Text Example
Text Example
White with #CA7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7572; }
p { color: rgb(202,117,114); }
H1.HeaderClassName
{
color: #CA7572;
}
.AnyTagClassName
{
color: #CA7572;
}
</style>
background-color css
<style>
a { background-color: #CA7572; }
a { background-color: rgb(202,117,114); }
div.DivClassName
{
background-color: #CA7572;
}
.BgClassName
{
background-color: #CA7572;
}
</style>
border-color css
<style>
span { border-color: #CA7572; }
span { border-color: rgb(202,117,114); }
td.TdClassName
{
border-color: #CA7572;
}
.TagClassName
{
border-color: #CA7572;
}
</style>