Shades of Contessa #CA786F
Tints of Contessa #CA786F
RGB
CMYK
RGB Variations
Color information
#CA786F (or 0xCA786F) is known color: Contessa. HEX triplet: CA, 78 and 6F. RGB value is (202,120,111). Sum of RGB (Red+Green+Blue) = 202+120+111=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA786F is #358790. Grayscale: #8F8F8F. Windows color (decimal): -3508113 or 7305418. OLE color: 7305418.
HSL color Cylindrical-coordinate representation of color #CA786F: hue angle of 5.93º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA786F is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 111 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.21 |
| HSL | 5.93º | 0.46% | 0.61% | - |
| HSV(B) | 5.93º | 0.45% | 0.79% | - |
| XYZ | 33.94 | 27.14 | 18.49 | - |
| YUV | 143.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 111 | 0 | 0.41 | 0.45 | 0.21 | 5.93 | 0.46 | 0.61 |
| Hex | CA | 78 | 6F | 0 | 29 | 2D | 15 | 6 | 2E | 3D |
| Octal | 312 | 170 | 157 | 0 | 51 | 55 | 25 | 6 | 56 | 75 |
| Binary | 11001010 | 1111000 | 1101111 | 0 | 101001 | 101101 | 10101 | 110 | 101110 | 111101 |
Color Harmonies of #CA786F
Complementary color
Monochromatic Colors of #CA786F
Black with #CA786F
Text Example
Text Example
White with #CA786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA786F; }
p { color: rgb(202,120,111); }
H1.HeaderClassName
{
color: #CA786F;
}
.AnyTagClassName
{
color: #CA786F;
}
</style>
background-color css
<style>
a { background-color: #CA786F; }
a { background-color: rgb(202,120,111); }
div.DivClassName
{
background-color: #CA786F;
}
.BgClassName
{
background-color: #CA786F;
}
</style>
border-color css
<style>
span { border-color: #CA786F; }
span { border-color: rgb(202,120,111); }
td.TdClassName
{
border-color: #CA786F;
}
.TagClassName
{
border-color: #CA786F;
}
</style>