Shades of Contessa #CF776E
Tints of Contessa #CF776E
RGB
CMYK
RGB Variations
Color information
#CF776E (or 0xCF776E) is known color: Contessa. HEX triplet: CF, 77 and 6E. RGB value is (207,119,110). Sum of RGB (Red+Green+Blue) = 207+119+110=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF776E is #308891. Grayscale: #909090. Windows color (decimal): -3180690 or 7239631. OLE color: 7239631.
HSL color Cylindrical-coordinate representation of color #CF776E: hue angle of 5.57º degrees, saturation: 0.5, 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 #CF776E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 110 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.19 |
| HSL | 5.57º | 0.5% | 0.62% | - |
| HSV(B) | 5.57º | 0.47% | 0.81% | - |
| XYZ | 35.14 | 27.58 | 18.22 | - |
| YUV | 144.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 110 | 0 | 0.43 | 0.47 | 0.19 | 5.57 | 0.5 | 0.62 |
| Hex | CF | 77 | 6E | 0 | 2B | 2F | 13 | 6 | 32 | 3E |
| Octal | 317 | 167 | 156 | 0 | 53 | 57 | 23 | 6 | 62 | 76 |
| Binary | 11001111 | 1110111 | 1101110 | 0 | 101011 | 101111 | 10011 | 110 | 110010 | 111110 |
Color Harmonies of #CF776E
Complementary color
Monochromatic Colors of #CF776E
Black with #CF776E
Text Example
Text Example
White with #CF776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF776E; }
p { color: rgb(207,119,110); }
H1.HeaderClassName
{
color: #CF776E;
}
.AnyTagClassName
{
color: #CF776E;
}
</style>
background-color css
<style>
a { background-color: #CF776E; }
a { background-color: rgb(207,119,110); }
div.DivClassName
{
background-color: #CF776E;
}
.BgClassName
{
background-color: #CF776E;
}
</style>
border-color css
<style>
span { border-color: #CF776E; }
span { border-color: rgb(207,119,110); }
td.TdClassName
{
border-color: #CF776E;
}
.TagClassName
{
border-color: #CF776E;
}
</style>