Shades of Contessa #CA6963
Tints of Contessa #CA6963
RGB
CMYK
RGB Variations
Color information
#CA6963 (or 0xCA6963) is known color: Contessa. HEX triplet: CA, 69 and 63. RGB value is (202,105,99). Sum of RGB (Red+Green+Blue) = 202+105+99=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6963 is #35969C. Grayscale: #858585. Windows color (decimal): -3511965 or 6515146. OLE color: 6515146.
HSL color Cylindrical-coordinate representation of color #CA6963: hue angle of 3.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6963 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 99 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.21 |
| HSL | 3.5º | 0.49% | 0.59% | - |
| HSV(B) | 3.5º | 0.51% | 0.79% | - |
| XYZ | 31.66 | 23.56 | 14.68 | - |
| YUV | 133.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 99 | 0 | 0.48 | 0.51 | 0.21 | 3.5 | 0.49 | 0.59 |
| Hex | CA | 69 | 63 | 0 | 30 | 33 | 15 | 3 | 31 | 3B |
| Octal | 312 | 151 | 143 | 0 | 60 | 63 | 25 | 3 | 61 | 73 |
| Binary | 11001010 | 1101001 | 1100011 | 0 | 110000 | 110011 | 10101 | 11 | 110001 | 111011 |
Color Harmonies of #CA6963
Complementary color
Monochromatic Colors of #CA6963
Black with #CA6963
Text Example
Text Example
White with #CA6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6963; }
p { color: rgb(202,105,99); }
H1.HeaderClassName
{
color: #CA6963;
}
.AnyTagClassName
{
color: #CA6963;
}
</style>
background-color css
<style>
a { background-color: #CA6963; }
a { background-color: rgb(202,105,99); }
div.DivClassName
{
background-color: #CA6963;
}
.BgClassName
{
background-color: #CA6963;
}
</style>
border-color css
<style>
span { border-color: #CA6963; }
span { border-color: rgb(202,105,99); }
td.TdClassName
{
border-color: #CA6963;
}
.TagClassName
{
border-color: #CA6963;
}
</style>