Shades of Contessa #CF786F
Tints of Contessa #CF786F
RGB
CMYK
RGB Variations
Color information
#CF786F (or 0xCF786F) is known color: Contessa. HEX triplet: CF, 78 and 6F. RGB value is (207,120,111). Sum of RGB (Red+Green+Blue) = 207+120+111=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF786F is #308790. Grayscale: #919191. Windows color (decimal): -3180433 or 7305423. OLE color: 7305423.
HSL color Cylindrical-coordinate representation of color #CF786F: hue angle of 5.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF786F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 111 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.19 |
| HSL | 5.63º | 0.5% | 0.62% | - |
| HSV(B) | 5.63º | 0.46% | 0.81% | - |
| XYZ | 35.32 | 27.85 | 18.55 | - |
| YUV | 144.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 111 | 0 | 0.42 | 0.46 | 0.19 | 5.63 | 0.5 | 0.62 |
| Hex | CF | 78 | 6F | 0 | 2A | 2E | 13 | 6 | 32 | 3E |
| Octal | 317 | 170 | 157 | 0 | 52 | 56 | 23 | 6 | 62 | 76 |
| Binary | 11001111 | 1111000 | 1101111 | 0 | 101010 | 101110 | 10011 | 110 | 110010 | 111110 |
Color Harmonies of #CF786F
Complementary color
Monochromatic Colors of #CF786F
Black with #CF786F
Text Example
Text Example
White with #CF786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF786F; }
p { color: rgb(207,120,111); }
H1.HeaderClassName
{
color: #CF786F;
}
.AnyTagClassName
{
color: #CF786F;
}
</style>
background-color css
<style>
a { background-color: #CF786F; }
a { background-color: rgb(207,120,111); }
div.DivClassName
{
background-color: #CF786F;
}
.BgClassName
{
background-color: #CF786F;
}
</style>
border-color css
<style>
span { border-color: #CF786F; }
span { border-color: rgb(207,120,111); }
td.TdClassName
{
border-color: #CF786F;
}
.TagClassName
{
border-color: #CF786F;
}
</style>