Shades of Contessa #CA7672
Tints of Contessa #CA7672
RGB
CMYK
RGB Variations
Color information
#CA7672 (or 0xCA7672) is known color: Contessa. HEX triplet: CA, 76 and 72. RGB value is (202,118,114). Sum of RGB (Red+Green+Blue) = 202+118+114=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7672 is #35898D. Grayscale: #8E8E8E. Windows color (decimal): -3508622 or 7501514. OLE color: 7501514.
HSL color Cylindrical-coordinate representation of color #CA7672: hue angle of 2.73º 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 #CA7672 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 114 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.21 |
| HSL | 2.73º | 0.45% | 0.62% | - |
| HSV(B) | 2.73º | 0.44% | 0.79% | - |
| XYZ | 33.87 | 26.73 | 19.29 | - |
| YUV | 142.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 114 | 0 | 0.42 | 0.44 | 0.21 | 2.73 | 0.45 | 0.62 |
| Hex | CA | 76 | 72 | 0 | 2A | 2C | 15 | 3 | 2D | 3E |
| Octal | 312 | 166 | 162 | 0 | 52 | 54 | 25 | 3 | 55 | 76 |
| Binary | 11001010 | 1110110 | 1110010 | 0 | 101010 | 101100 | 10101 | 11 | 101101 | 111110 |
Color Harmonies of #CA7672
Complementary color
Monochromatic Colors of #CA7672
Black with #CA7672
Text Example
Text Example
White with #CA7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7672; }
p { color: rgb(202,118,114); }
H1.HeaderClassName
{
color: #CA7672;
}
.AnyTagClassName
{
color: #CA7672;
}
</style>
background-color css
<style>
a { background-color: #CA7672; }
a { background-color: rgb(202,118,114); }
div.DivClassName
{
background-color: #CA7672;
}
.BgClassName
{
background-color: #CA7672;
}
</style>
border-color css
<style>
span { border-color: #CA7672; }
span { border-color: rgb(202,118,114); }
td.TdClassName
{
border-color: #CA7672;
}
.TagClassName
{
border-color: #CA7672;
}
</style>