Shades of Contessa #CA6868
Tints of Contessa #CA6868
RGB
CMYK
RGB Variations
Color information
#CA6868 (or 0xCA6868) is known color: Contessa. HEX triplet: CA, 68 and 68. RGB value is (202,104,104). Sum of RGB (Red+Green+Blue) = 202+104+104=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6868 is #359797. Grayscale: #858585. Windows color (decimal): -3512216 or 6842570. OLE color: 6842570.
HSL color Cylindrical-coordinate representation of color #CA6868: hue angle of 0º 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 #CA6868 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 104 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.21 |
| HSL | 0º | 0.48% | 0.6% | - |
| HSV(B) | 0º | 0.49% | 0.79% | - |
| XYZ | 31.81 | 23.46 | 15.95 | - |
| YUV | 133.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 104 | 0 | 0.49 | 0.49 | 0.21 | 0 | 0.48 | 0.6 |
| Hex | CA | 68 | 68 | 0 | 31 | 31 | 15 | 0 | 30 | 3C |
| Octal | 312 | 150 | 150 | 0 | 61 | 61 | 25 | 0 | 60 | 74 |
| Binary | 11001010 | 1101000 | 1101000 | 0 | 110001 | 110001 | 10101 | 0 | 110000 | 111100 |
Color Harmonies of #CA6868
Complementary color
Monochromatic Colors of #CA6868
Black with #CA6868
Text Example
Text Example
White with #CA6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6868; }
p { color: rgb(202,104,104); }
H1.HeaderClassName
{
color: #CA6868;
}
.AnyTagClassName
{
color: #CA6868;
}
</style>
background-color css
<style>
a { background-color: #CA6868; }
a { background-color: rgb(202,104,104); }
div.DivClassName
{
background-color: #CA6868;
}
.BgClassName
{
background-color: #CA6868;
}
</style>
border-color css
<style>
span { border-color: #CA6868; }
span { border-color: rgb(202,104,104); }
td.TdClassName
{
border-color: #CA6868;
}
.TagClassName
{
border-color: #CA6868;
}
</style>