Shades of Contessa #CA7265
Tints of Contessa #CA7265
RGB
CMYK
RGB Variations
Color information
#CA7265 (or 0xCA7265) is known color: Contessa. HEX triplet: CA, 72 and 65. RGB value is (202,114,101). Sum of RGB (Red+Green+Blue) = 202+114+101=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7265 is #358D9A. Grayscale: #8A8A8A. Windows color (decimal): -3509659 or 6648522. OLE color: 6648522.
HSL color Cylindrical-coordinate representation of color #CA7265: hue angle of 7.72º 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 #CA7265 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 101 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.21 |
| HSL | 7.72º | 0.49% | 0.59% | - |
| HSV(B) | 7.72º | 0.5% | 0.79% | - |
| XYZ | 32.72 | 25.53 | 15.52 | - |
| YUV | 138.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 101 | 0 | 0.44 | 0.50 | 0.21 | 7.72 | 0.49 | 0.59 |
| Hex | CA | 72 | 65 | 0 | 2C | 32 | 15 | 8 | 31 | 3B |
| Octal | 312 | 162 | 145 | 0 | 54 | 62 | 25 | 10 | 61 | 73 |
| Binary | 11001010 | 1110010 | 1100101 | 0 | 101100 | 110010 | 10101 | 1000 | 110001 | 111011 |
Color Harmonies of #CA7265
Complementary color
Monochromatic Colors of #CA7265
Black with #CA7265
Text Example
Text Example
White with #CA7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7265; }
p { color: rgb(202,114,101); }
H1.HeaderClassName
{
color: #CA7265;
}
.AnyTagClassName
{
color: #CA7265;
}
</style>
background-color css
<style>
a { background-color: #CA7265; }
a { background-color: rgb(202,114,101); }
div.DivClassName
{
background-color: #CA7265;
}
.BgClassName
{
background-color: #CA7265;
}
</style>
border-color css
<style>
span { border-color: #CA7265; }
span { border-color: rgb(202,114,101); }
td.TdClassName
{
border-color: #CA7265;
}
.TagClassName
{
border-color: #CA7265;
}
</style>