Shades of Contessa #CA786D
Tints of Contessa #CA786D
RGB
CMYK
RGB Variations
Color information
#CA786D (or 0xCA786D) is known color: Contessa. HEX triplet: CA, 78 and 6D. RGB value is (202,120,109). Sum of RGB (Red+Green+Blue) = 202+120+109=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA786D is #358792. Grayscale: #8F8F8F. Windows color (decimal): -3508115 or 7174346. OLE color: 7174346.
HSL color Cylindrical-coordinate representation of color #CA786D: hue angle of 7.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA786D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 109 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.21 |
| HSL | 7.1º | 0.47% | 0.61% | - |
| HSV(B) | 7.1º | 0.46% | 0.79% | - |
| XYZ | 33.83 | 27.09 | 17.91 | - |
| YUV | 143.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 109 | 0 | 0.41 | 0.46 | 0.21 | 7.1 | 0.47 | 0.61 |
| Hex | CA | 78 | 6D | 0 | 29 | 2E | 15 | 7 | 2F | 3D |
| Octal | 312 | 170 | 155 | 0 | 51 | 56 | 25 | 7 | 57 | 75 |
| Binary | 11001010 | 1111000 | 1101101 | 0 | 101001 | 101110 | 10101 | 111 | 101111 | 111101 |
Color Harmonies of #CA786D
Complementary color
Monochromatic Colors of #CA786D
Black with #CA786D
Text Example
Text Example
White with #CA786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA786D; }
p { color: rgb(202,120,109); }
H1.HeaderClassName
{
color: #CA786D;
}
.AnyTagClassName
{
color: #CA786D;
}
</style>
background-color css
<style>
a { background-color: #CA786D; }
a { background-color: rgb(202,120,109); }
div.DivClassName
{
background-color: #CA786D;
}
.BgClassName
{
background-color: #CA786D;
}
</style>
border-color css
<style>
span { border-color: #CA786D; }
span { border-color: rgb(202,120,109); }
td.TdClassName
{
border-color: #CA786D;
}
.TagClassName
{
border-color: #CA786D;
}
</style>