Shades of Contessa #CF776D
Tints of Contessa #CF776D
RGB
CMYK
RGB Variations
Color information
#CF776D (or 0xCF776D) is known color: Contessa. HEX triplet: CF, 77 and 6D. RGB value is (207,119,109). Sum of RGB (Red+Green+Blue) = 207+119+109=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF776D is #308892. Grayscale: #909090. Windows color (decimal): -3180691 or 7174095. OLE color: 7174095.
HSL color Cylindrical-coordinate representation of color #CF776D: hue angle of 6.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF776D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 109 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.19 |
| HSL | 6.12º | 0.51% | 0.62% | - |
| HSV(B) | 6.12º | 0.47% | 0.81% | - |
| XYZ | 35.09 | 27.56 | 17.94 | - |
| YUV | 144.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 109 | 0 | 0.43 | 0.47 | 0.19 | 6.12 | 0.51 | 0.62 |
| Hex | CF | 77 | 6D | 0 | 2B | 2F | 13 | 6 | 33 | 3E |
| Octal | 317 | 167 | 155 | 0 | 53 | 57 | 23 | 6 | 63 | 76 |
| Binary | 11001111 | 1110111 | 1101101 | 0 | 101011 | 101111 | 10011 | 110 | 110011 | 111110 |
Color Harmonies of #CF776D
Complementary color
Monochromatic Colors of #CF776D
Black with #CF776D
Text Example
Text Example
White with #CF776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF776D; }
p { color: rgb(207,119,109); }
H1.HeaderClassName
{
color: #CF776D;
}
.AnyTagClassName
{
color: #CF776D;
}
</style>
background-color css
<style>
a { background-color: #CF776D; }
a { background-color: rgb(207,119,109); }
div.DivClassName
{
background-color: #CF776D;
}
.BgClassName
{
background-color: #CF776D;
}
</style>
border-color css
<style>
span { border-color: #CF776D; }
span { border-color: rgb(207,119,109); }
td.TdClassName
{
border-color: #CF776D;
}
.TagClassName
{
border-color: #CF776D;
}
</style>