Shades of Contessa #CA7066
Tints of Contessa #CA7066
RGB
CMYK
RGB Variations
Color information
#CA7066 (or 0xCA7066) is known color: Contessa. HEX triplet: CA, 70 and 66. RGB value is (202,112,102). Sum of RGB (Red+Green+Blue) = 202+112+102=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7066 is #358F99. Grayscale: #898989. Windows color (decimal): -3510170 or 6713546. OLE color: 6713546.
HSL color Cylindrical-coordinate representation of color #CA7066: hue angle of 6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7066 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 102 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.21 |
| HSL | 6º | 0.49% | 0.6% | - |
| HSV(B) | 6º | 0.5% | 0.79% | - |
| XYZ | 32.55 | 25.1 | 15.7 | - |
| YUV | 137.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 102 | 0 | 0.45 | 0.50 | 0.21 | 6 | 0.49 | 0.6 |
| Hex | CA | 70 | 66 | 0 | 2D | 32 | 15 | 6 | 31 | 3C |
| Octal | 312 | 160 | 146 | 0 | 55 | 62 | 25 | 6 | 61 | 74 |
| Binary | 11001010 | 1110000 | 1100110 | 0 | 101101 | 110010 | 10101 | 110 | 110001 | 111100 |
Color Harmonies of #CA7066
Complementary color
Monochromatic Colors of #CA7066
Black with #CA7066
Text Example
Text Example
White with #CA7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7066; }
p { color: rgb(202,112,102); }
H1.HeaderClassName
{
color: #CA7066;
}
.AnyTagClassName
{
color: #CA7066;
}
</style>
background-color css
<style>
a { background-color: #CA7066; }
a { background-color: rgb(202,112,102); }
div.DivClassName
{
background-color: #CA7066;
}
.BgClassName
{
background-color: #CA7066;
}
</style>
border-color css
<style>
span { border-color: #CA7066; }
span { border-color: rgb(202,112,102); }
td.TdClassName
{
border-color: #CA7066;
}
.TagClassName
{
border-color: #CA7066;
}
</style>