Shades of Contessa #CA7465
Tints of Contessa #CA7465
RGB
CMYK
RGB Variations
Color information
#CA7465 (or 0xCA7465) is known color: Contessa. HEX triplet: CA, 74 and 65. RGB value is (202,116,101). Sum of RGB (Red+Green+Blue) = 202+116+101=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7465 is #358B9A. Grayscale: #8C8C8C. Windows color (decimal): -3509147 or 6649034. OLE color: 6649034.
HSL color Cylindrical-coordinate representation of color #CA7465: hue angle of 8.91º 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 #CA7465 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 101 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.21 |
| HSL | 8.91º | 0.49% | 0.59% | - |
| HSV(B) | 8.91º | 0.5% | 0.79% | - |
| XYZ | 32.95 | 25.99 | 15.59 | - |
| YUV | 140 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 101 | 0 | 0.43 | 0.50 | 0.21 | 8.91 | 0.49 | 0.59 |
| Hex | CA | 74 | 65 | 0 | 2B | 32 | 15 | 9 | 31 | 3B |
| Octal | 312 | 164 | 145 | 0 | 53 | 62 | 25 | 11 | 61 | 73 |
| Binary | 11001010 | 1110100 | 1100101 | 0 | 101011 | 110010 | 10101 | 1001 | 110001 | 111011 |
Color Harmonies of #CA7465
Complementary color
Monochromatic Colors of #CA7465
Black with #CA7465
Text Example
Text Example
White with #CA7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7465; }
p { color: rgb(202,116,101); }
H1.HeaderClassName
{
color: #CA7465;
}
.AnyTagClassName
{
color: #CA7465;
}
</style>
background-color css
<style>
a { background-color: #CA7465; }
a { background-color: rgb(202,116,101); }
div.DivClassName
{
background-color: #CA7465;
}
.BgClassName
{
background-color: #CA7465;
}
</style>
border-color css
<style>
span { border-color: #CA7465; }
span { border-color: rgb(202,116,101); }
td.TdClassName
{
border-color: #CA7465;
}
.TagClassName
{
border-color: #CA7465;
}
</style>