Shades of Contessa #CA6766
Tints of Contessa #CA6766
RGB
CMYK
RGB Variations
Color information
#CA6766 (or 0xCA6766) is known color: Contessa. HEX triplet: CA, 67 and 66. RGB value is (202,103,102). Sum of RGB (Red+Green+Blue) = 202+103+102=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6766 is #359899. Grayscale: #848484. Windows color (decimal): -3512474 or 6711242. OLE color: 6711242.
HSL color Cylindrical-coordinate representation of color #CA6766: hue angle of 0.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6766 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 102 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.21 |
| HSL | 0.6º | 0.49% | 0.6% | - |
| HSV(B) | 0.6º | 0.5% | 0.79% | - |
| XYZ | 31.61 | 23.22 | 15.39 | - |
| YUV | 132.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 102 | 0 | 0.49 | 0.50 | 0.21 | 0.6 | 0.49 | 0.6 |
| Hex | CA | 67 | 66 | 0 | 31 | 32 | 15 | 1 | 31 | 3C |
| Octal | 312 | 147 | 146 | 0 | 61 | 62 | 25 | 1 | 61 | 74 |
| Binary | 11001010 | 1100111 | 1100110 | 0 | 110001 | 110010 | 10101 | 1 | 110001 | 111100 |
Color Harmonies of #CA6766
Complementary color
Monochromatic Colors of #CA6766
Black with #CA6766
Text Example
Text Example
White with #CA6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6766; }
p { color: rgb(202,103,102); }
H1.HeaderClassName
{
color: #CA6766;
}
.AnyTagClassName
{
color: #CA6766;
}
</style>
background-color css
<style>
a { background-color: #CA6766; }
a { background-color: rgb(202,103,102); }
div.DivClassName
{
background-color: #CA6766;
}
.BgClassName
{
background-color: #CA6766;
}
</style>
border-color css
<style>
span { border-color: #CA6766; }
span { border-color: rgb(202,103,102); }
td.TdClassName
{
border-color: #CA6766;
}
.TagClassName
{
border-color: #CA6766;
}
</style>