Shades of Contessa #CF786B
Tints of Contessa #CF786B
RGB
CMYK
RGB Variations
Color information
#CF786B (or 0xCF786B) is known color: Contessa. HEX triplet: CF, 78 and 6B. RGB value is (207,120,107). Sum of RGB (Red+Green+Blue) = 207+120+107=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF786B is #308794. Grayscale: #909090. Windows color (decimal): -3180437 or 7043279. OLE color: 7043279.
HSL color Cylindrical-coordinate representation of color #CF786B: hue angle of 7.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF786B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 107 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.19 |
| HSL | 7.8º | 0.51% | 0.62% | - |
| HSV(B) | 7.8º | 0.48% | 0.81% | - |
| XYZ | 35.1 | 27.76 | 17.42 | - |
| YUV | 144.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 107 | 0 | 0.42 | 0.48 | 0.19 | 7.8 | 0.51 | 0.62 |
| Hex | CF | 78 | 6B | 0 | 2A | 30 | 13 | 8 | 33 | 3E |
| Octal | 317 | 170 | 153 | 0 | 52 | 60 | 23 | 10 | 63 | 76 |
| Binary | 11001111 | 1111000 | 1101011 | 0 | 101010 | 110000 | 10011 | 1000 | 110011 | 111110 |
Color Harmonies of #CF786B
Complementary color
Monochromatic Colors of #CF786B
Black with #CF786B
Text Example
Text Example
White with #CF786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF786B; }
p { color: rgb(207,120,107); }
H1.HeaderClassName
{
color: #CF786B;
}
.AnyTagClassName
{
color: #CF786B;
}
</style>
background-color css
<style>
a { background-color: #CF786B; }
a { background-color: rgb(207,120,107); }
div.DivClassName
{
background-color: #CF786B;
}
.BgClassName
{
background-color: #CF786B;
}
</style>
border-color css
<style>
span { border-color: #CF786B; }
span { border-color: rgb(207,120,107); }
td.TdClassName
{
border-color: #CF786B;
}
.TagClassName
{
border-color: #CF786B;
}
</style>