Shades of Contessa #CF746C
Tints of Contessa #CF746C
RGB
CMYK
RGB Variations
Color information
#CF746C (or 0xCF746C) is known color: Contessa. HEX triplet: CF, 74 and 6C. RGB value is (207,116,108). Sum of RGB (Red+Green+Blue) = 207+116+108=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF746C is #308B93. Grayscale: #8E8E8E. Windows color (decimal): -3181460 or 7107791. OLE color: 7107791.
HSL color Cylindrical-coordinate representation of color #CF746C: hue angle of 4.85º 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 #CF746C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 108 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.19 |
| HSL | 4.85º | 0.51% | 0.62% | - |
| HSV(B) | 4.85º | 0.48% | 0.81% | - |
| XYZ | 34.68 | 26.84 | 17.54 | - |
| YUV | 142.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 108 | 0 | 0.44 | 0.48 | 0.19 | 4.85 | 0.51 | 0.62 |
| Hex | CF | 74 | 6C | 0 | 2C | 30 | 13 | 5 | 33 | 3E |
| Octal | 317 | 164 | 154 | 0 | 54 | 60 | 23 | 5 | 63 | 76 |
| Binary | 11001111 | 1110100 | 1101100 | 0 | 101100 | 110000 | 10011 | 101 | 110011 | 111110 |
Color Harmonies of #CF746C
Complementary color
Monochromatic Colors of #CF746C
Black with #CF746C
Text Example
Text Example
White with #CF746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF746C; }
p { color: rgb(207,116,108); }
H1.HeaderClassName
{
color: #CF746C;
}
.AnyTagClassName
{
color: #CF746C;
}
</style>
background-color css
<style>
a { background-color: #CF746C; }
a { background-color: rgb(207,116,108); }
div.DivClassName
{
background-color: #CF746C;
}
.BgClassName
{
background-color: #CF746C;
}
</style>
border-color css
<style>
span { border-color: #CF746C; }
span { border-color: rgb(207,116,108); }
td.TdClassName
{
border-color: #CF746C;
}
.TagClassName
{
border-color: #CF746C;
}
</style>