Shades of Contessa #CA786C
Tints of Contessa #CA786C
RGB
CMYK
RGB Variations
Color information
#CA786C (or 0xCA786C) is known color: Contessa. HEX triplet: CA, 78 and 6C. RGB value is (202,120,108). Sum of RGB (Red+Green+Blue) = 202+120+108=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA786C is #358793. Grayscale: #8F8F8F. Windows color (decimal): -3508116 or 7108810. OLE color: 7108810.
HSL color Cylindrical-coordinate representation of color #CA786C: hue angle of 7.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA786C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 108 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.21 |
| HSL | 7.66º | 0.47% | 0.61% | - |
| HSV(B) | 7.66º | 0.47% | 0.79% | - |
| XYZ | 33.78 | 27.07 | 17.63 | - |
| YUV | 143.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 108 | 0 | 0.41 | 0.47 | 0.21 | 7.66 | 0.47 | 0.61 |
| Hex | CA | 78 | 6C | 0 | 29 | 2F | 15 | 8 | 2F | 3D |
| Octal | 312 | 170 | 154 | 0 | 51 | 57 | 25 | 10 | 57 | 75 |
| Binary | 11001010 | 1111000 | 1101100 | 0 | 101001 | 101111 | 10101 | 1000 | 101111 | 111101 |
Color Harmonies of #CA786C
Complementary color
Monochromatic Colors of #CA786C
Black with #CA786C
Text Example
Text Example
White with #CA786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA786C; }
p { color: rgb(202,120,108); }
H1.HeaderClassName
{
color: #CA786C;
}
.AnyTagClassName
{
color: #CA786C;
}
</style>
background-color css
<style>
a { background-color: #CA786C; }
a { background-color: rgb(202,120,108); }
div.DivClassName
{
background-color: #CA786C;
}
.BgClassName
{
background-color: #CA786C;
}
</style>
border-color css
<style>
span { border-color: #CA786C; }
span { border-color: rgb(202,120,108); }
td.TdClassName
{
border-color: #CA786C;
}
.TagClassName
{
border-color: #CA786C;
}
</style>