Shades of Contessa #CA7573
Tints of Contessa #CA7573
RGB
CMYK
RGB Variations
Color information
#CA7573 (or 0xCA7573) is known color: Contessa. HEX triplet: CA, 75 and 73. RGB value is (202,117,115). Sum of RGB (Red+Green+Blue) = 202+117+115=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7573 is #358A8C. Grayscale: #8E8E8E. Windows color (decimal): -3508877 or 7566794. OLE color: 7566794.
HSL color Cylindrical-coordinate representation of color #CA7573: hue angle of 1.38º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7573 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 115 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.21 |
| HSL | 1.38º | 0.45% | 0.62% | - |
| HSV(B) | 1.38º | 0.43% | 0.79% | - |
| XYZ | 33.81 | 26.52 | 19.56 | - |
| YUV | 142.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 115 | 0 | 0.42 | 0.43 | 0.21 | 1.38 | 0.45 | 0.62 |
| Hex | CA | 75 | 73 | 0 | 2A | 2B | 15 | 1 | 2D | 3E |
| Octal | 312 | 165 | 163 | 0 | 52 | 53 | 25 | 1 | 55 | 76 |
| Binary | 11001010 | 1110101 | 1110011 | 0 | 101010 | 101011 | 10101 | 1 | 101101 | 111110 |
Color Harmonies of #CA7573
Complementary color
Monochromatic Colors of #CA7573
Black with #CA7573
Text Example
Text Example
White with #CA7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7573; }
p { color: rgb(202,117,115); }
H1.HeaderClassName
{
color: #CA7573;
}
.AnyTagClassName
{
color: #CA7573;
}
</style>
background-color css
<style>
a { background-color: #CA7573; }
a { background-color: rgb(202,117,115); }
div.DivClassName
{
background-color: #CA7573;
}
.BgClassName
{
background-color: #CA7573;
}
</style>
border-color css
<style>
span { border-color: #CA7573; }
span { border-color: rgb(202,117,115); }
td.TdClassName
{
border-color: #CA7573;
}
.TagClassName
{
border-color: #CA7573;
}
</style>