Shades of Contessa #CA7268
Tints of Contessa #CA7268
RGB
CMYK
RGB Variations
Color information
#CA7268 (or 0xCA7268) is known color: Contessa. HEX triplet: CA, 72 and 68. RGB value is (202,114,104). Sum of RGB (Red+Green+Blue) = 202+114+104=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7268 is #358D97. Grayscale: #8B8B8B. Windows color (decimal): -3509656 or 6845130. OLE color: 6845130.
HSL color Cylindrical-coordinate representation of color #CA7268: hue angle of 6.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7268 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 104 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.21 |
| HSL | 6.12º | 0.48% | 0.6% | - |
| HSV(B) | 6.12º | 0.49% | 0.79% | - |
| XYZ | 32.87 | 25.59 | 16.3 | - |
| YUV | 139.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 104 | 0 | 0.44 | 0.49 | 0.21 | 6.12 | 0.48 | 0.6 |
| Hex | CA | 72 | 68 | 0 | 2C | 31 | 15 | 6 | 30 | 3C |
| Octal | 312 | 162 | 150 | 0 | 54 | 61 | 25 | 6 | 60 | 74 |
| Binary | 11001010 | 1110010 | 1101000 | 0 | 101100 | 110001 | 10101 | 110 | 110000 | 111100 |
Color Harmonies of #CA7268
Complementary color
Monochromatic Colors of #CA7268
Black with #CA7268
Text Example
Text Example
White with #CA7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7268; }
p { color: rgb(202,114,104); }
H1.HeaderClassName
{
color: #CA7268;
}
.AnyTagClassName
{
color: #CA7268;
}
</style>
background-color css
<style>
a { background-color: #CA7268; }
a { background-color: rgb(202,114,104); }
div.DivClassName
{
background-color: #CA7268;
}
.BgClassName
{
background-color: #CA7268;
}
</style>
border-color css
<style>
span { border-color: #CA7268; }
span { border-color: rgb(202,114,104); }
td.TdClassName
{
border-color: #CA7268;
}
.TagClassName
{
border-color: #CA7268;
}
</style>