Shades of Contessa #CF766D
Tints of Contessa #CF766D
RGB
CMYK
RGB Variations
Color information
#CF766D (or 0xCF766D) is known color: Contessa. HEX triplet: CF, 76 and 6D. RGB value is (207,118,109). Sum of RGB (Red+Green+Blue) = 207+118+109=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766D is #308992. Grayscale: #8F8F8F. Windows color (decimal): -3180947 or 7173839. OLE color: 7173839.
HSL color Cylindrical-coordinate representation of color #CF766D: hue angle of 5.51º 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 #CF766D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 109 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.19 |
| HSL | 5.51º | 0.51% | 0.62% | - |
| HSV(B) | 5.51º | 0.47% | 0.81% | - |
| XYZ | 34.97 | 27.33 | 17.9 | - |
| YUV | 143.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 109 | 0 | 0.43 | 0.47 | 0.19 | 5.51 | 0.51 | 0.62 |
| Hex | CF | 76 | 6D | 0 | 2B | 2F | 13 | 6 | 33 | 3E |
| Octal | 317 | 166 | 155 | 0 | 53 | 57 | 23 | 6 | 63 | 76 |
| Binary | 11001111 | 1110110 | 1101101 | 0 | 101011 | 101111 | 10011 | 110 | 110011 | 111110 |
Color Harmonies of #CF766D
Complementary color
Monochromatic Colors of #CF766D
Black with #CF766D
Text Example
Text Example
White with #CF766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF766D; }
p { color: rgb(207,118,109); }
H1.HeaderClassName
{
color: #CF766D;
}
.AnyTagClassName
{
color: #CF766D;
}
</style>
background-color css
<style>
a { background-color: #CF766D; }
a { background-color: rgb(207,118,109); }
div.DivClassName
{
background-color: #CF766D;
}
.BgClassName
{
background-color: #CF766D;
}
</style>
border-color css
<style>
span { border-color: #CF766D; }
span { border-color: rgb(207,118,109); }
td.TdClassName
{
border-color: #CF766D;
}
.TagClassName
{
border-color: #CF766D;
}
</style>