Shades of Contessa #CF786C
Tints of Contessa #CF786C
RGB
CMYK
RGB Variations
Color information
#CF786C (or 0xCF786C) is known color: Contessa. HEX triplet: CF, 78 and 6C. RGB value is (207,120,108). Sum of RGB (Red+Green+Blue) = 207+120+108=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF786C is #308793. Grayscale: #909090. Windows color (decimal): -3180436 or 7108815. OLE color: 7108815.
HSL color Cylindrical-coordinate representation of color #CF786C: hue angle of 7.27º 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 #CF786C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 108 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.19 |
| HSL | 7.27º | 0.51% | 0.62% | - |
| HSV(B) | 7.27º | 0.48% | 0.81% | - |
| XYZ | 35.16 | 27.78 | 17.7 | - |
| YUV | 144.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 108 | 0 | 0.42 | 0.48 | 0.19 | 7.27 | 0.51 | 0.62 |
| Hex | CF | 78 | 6C | 0 | 2A | 30 | 13 | 7 | 33 | 3E |
| Octal | 317 | 170 | 154 | 0 | 52 | 60 | 23 | 7 | 63 | 76 |
| Binary | 11001111 | 1111000 | 1101100 | 0 | 101010 | 110000 | 10011 | 111 | 110011 | 111110 |
Color Harmonies of #CF786C
Complementary color
Monochromatic Colors of #CF786C
Black with #CF786C
Text Example
Text Example
White with #CF786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF786C; }
p { color: rgb(207,120,108); }
H1.HeaderClassName
{
color: #CF786C;
}
.AnyTagClassName
{
color: #CF786C;
}
</style>
background-color css
<style>
a { background-color: #CF786C; }
a { background-color: rgb(207,120,108); }
div.DivClassName
{
background-color: #CF786C;
}
.BgClassName
{
background-color: #CF786C;
}
</style>
border-color css
<style>
span { border-color: #CF786C; }
span { border-color: rgb(207,120,108); }
td.TdClassName
{
border-color: #CF786C;
}
.TagClassName
{
border-color: #CF786C;
}
</style>