Shades of Contessa #CA7064
Tints of Contessa #CA7064
RGB
CMYK
RGB Variations
Color information
#CA7064 (or 0xCA7064) is known color: Contessa. HEX triplet: CA, 70 and 64. RGB value is (202,112,100). Sum of RGB (Red+Green+Blue) = 202+112+100=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7064 is #358F9B. Grayscale: #898989. Windows color (decimal): -3510172 or 6582474. OLE color: 6582474.
HSL color Cylindrical-coordinate representation of color #CA7064: hue angle of 7.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7064 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 100 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.21 |
| HSL | 7.06º | 0.49% | 0.59% | - |
| HSV(B) | 7.06º | 0.5% | 0.79% | - |
| XYZ | 32.45 | 25.07 | 15.18 | - |
| YUV | 137.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 100 | 0 | 0.45 | 0.50 | 0.21 | 7.06 | 0.49 | 0.59 |
| Hex | CA | 70 | 64 | 0 | 2D | 32 | 15 | 7 | 31 | 3B |
| Octal | 312 | 160 | 144 | 0 | 55 | 62 | 25 | 7 | 61 | 73 |
| Binary | 11001010 | 1110000 | 1100100 | 0 | 101101 | 110010 | 10101 | 111 | 110001 | 111011 |
Color Harmonies of #CA7064
Complementary color
Monochromatic Colors of #CA7064
Black with #CA7064
Text Example
Text Example
White with #CA7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7064; }
p { color: rgb(202,112,100); }
H1.HeaderClassName
{
color: #CA7064;
}
.AnyTagClassName
{
color: #CA7064;
}
</style>
background-color css
<style>
a { background-color: #CA7064; }
a { background-color: rgb(202,112,100); }
div.DivClassName
{
background-color: #CA7064;
}
.BgClassName
{
background-color: #CA7064;
}
</style>
border-color css
<style>
span { border-color: #CA7064; }
span { border-color: rgb(202,112,100); }
td.TdClassName
{
border-color: #CA7064;
}
.TagClassName
{
border-color: #CA7064;
}
</style>