Shades of Contessa #CF7672
Tints of Contessa #CF7672
RGB
CMYK
RGB Variations
Color information
#CF7672 (or 0xCF7672) is known color: Contessa. HEX triplet: CF, 76 and 72. RGB value is (207,118,114). Sum of RGB (Red+Green+Blue) = 207+118+114=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7672 is #30898D. Grayscale: #909090. Windows color (decimal): -3180942 or 7501519. OLE color: 7501519.
HSL color Cylindrical-coordinate representation of color #CF7672: hue angle of 2.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7672 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 114 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.19 |
| HSL | 2.58º | 0.49% | 0.63% | - |
| HSV(B) | 2.58º | 0.45% | 0.81% | - |
| XYZ | 35.25 | 27.44 | 19.36 | - |
| YUV | 144.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 114 | 0 | 0.43 | 0.45 | 0.19 | 2.58 | 0.49 | 0.63 |
| Hex | CF | 76 | 72 | 0 | 2B | 2D | 13 | 3 | 31 | 3F |
| Octal | 317 | 166 | 162 | 0 | 53 | 55 | 23 | 3 | 61 | 77 |
| Binary | 11001111 | 1110110 | 1110010 | 0 | 101011 | 101101 | 10011 | 11 | 110001 | 111111 |
Color Harmonies of #CF7672
Complementary color
Monochromatic Colors of #CF7672
Black with #CF7672
Text Example
Text Example
White with #CF7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7672; }
p { color: rgb(207,118,114); }
H1.HeaderClassName
{
color: #CF7672;
}
.AnyTagClassName
{
color: #CF7672;
}
</style>
background-color css
<style>
a { background-color: #CF7672; }
a { background-color: rgb(207,118,114); }
div.DivClassName
{
background-color: #CF7672;
}
.BgClassName
{
background-color: #CF7672;
}
</style>
border-color css
<style>
span { border-color: #CF7672; }
span { border-color: rgb(207,118,114); }
td.TdClassName
{
border-color: #CF7672;
}
.TagClassName
{
border-color: #CF7672;
}
</style>