Shades of Contessa #CA6E6A
Tints of Contessa #CA6E6A
RGB
CMYK
RGB Variations
Color information
#CA6E6A (or 0xCA6E6A) is known color: Contessa. HEX triplet: CA, 6E and 6A. RGB value is (202,110,106). Sum of RGB (Red+Green+Blue) = 202+110+106=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E6A is #359195. Grayscale: #898989. Windows color (decimal): -3510678 or 6975178. OLE color: 6975178.
HSL color Cylindrical-coordinate representation of color #CA6E6A: hue angle of 2.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6E6A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 106 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.21 |
| HSL | 2.5º | 0.48% | 0.6% | - |
| HSV(B) | 2.5º | 0.48% | 0.79% | - |
| XYZ | 32.53 | 24.75 | 16.7 | - |
| YUV | 137.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 106 | 0 | 0.46 | 0.48 | 0.21 | 2.5 | 0.48 | 0.6 |
| Hex | CA | 6E | 6A | 0 | 2E | 30 | 15 | 2 | 30 | 3C |
| Octal | 312 | 156 | 152 | 0 | 56 | 60 | 25 | 2 | 60 | 74 |
| Binary | 11001010 | 1101110 | 1101010 | 0 | 101110 | 110000 | 10101 | 10 | 110000 | 111100 |
Color Harmonies of #CA6E6A
Complementary color
Monochromatic Colors of #CA6E6A
Black with #CA6E6A
Text Example
Text Example
White with #CA6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E6A; }
p { color: rgb(202,110,106); }
H1.HeaderClassName
{
color: #CA6E6A;
}
.AnyTagClassName
{
color: #CA6E6A;
}
</style>
background-color css
<style>
a { background-color: #CA6E6A; }
a { background-color: rgb(202,110,106); }
div.DivClassName
{
background-color: #CA6E6A;
}
.BgClassName
{
background-color: #CA6E6A;
}
</style>
border-color css
<style>
span { border-color: #CA6E6A; }
span { border-color: rgb(202,110,106); }
td.TdClassName
{
border-color: #CA6E6A;
}
.TagClassName
{
border-color: #CA6E6A;
}
</style>