Shades of Contessa #CF776A
Tints of Contessa #CF776A
RGB
CMYK
RGB Variations
Color information
#CF776A (or 0xCF776A) is known color: Contessa. HEX triplet: CF, 77 and 6A. RGB value is (207,119,106). Sum of RGB (Red+Green+Blue) = 207+119+106=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF776A is #308895. Grayscale: #8F8F8F. Windows color (decimal): -3180694 or 6977487. OLE color: 6977487.
HSL color Cylindrical-coordinate representation of color #CF776A: hue angle of 7.72º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF776A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 106 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.19 |
| HSL | 7.72º | 0.51% | 0.61% | - |
| HSV(B) | 7.72º | 0.49% | 0.81% | - |
| XYZ | 34.93 | 27.5 | 17.1 | - |
| YUV | 143.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 106 | 0 | 0.43 | 0.49 | 0.19 | 7.72 | 0.51 | 0.61 |
| Hex | CF | 77 | 6A | 0 | 2B | 31 | 13 | 8 | 33 | 3D |
| Octal | 317 | 167 | 152 | 0 | 53 | 61 | 23 | 10 | 63 | 75 |
| Binary | 11001111 | 1110111 | 1101010 | 0 | 101011 | 110001 | 10011 | 1000 | 110011 | 111101 |
Color Harmonies of #CF776A
Complementary color
Monochromatic Colors of #CF776A
Black with #CF776A
Text Example
Text Example
White with #CF776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF776A; }
p { color: rgb(207,119,106); }
H1.HeaderClassName
{
color: #CF776A;
}
.AnyTagClassName
{
color: #CF776A;
}
</style>
background-color css
<style>
a { background-color: #CF776A; }
a { background-color: rgb(207,119,106); }
div.DivClassName
{
background-color: #CF776A;
}
.BgClassName
{
background-color: #CF776A;
}
</style>
border-color css
<style>
span { border-color: #CF776A; }
span { border-color: rgb(207,119,106); }
td.TdClassName
{
border-color: #CF776A;
}
.TagClassName
{
border-color: #CF776A;
}
</style>