Shades of Contessa #CF726E
Tints of Contessa #CF726E
RGB
CMYK
RGB Variations
Color information
#CF726E (or 0xCF726E) is known color: Contessa. HEX triplet: CF, 72 and 6E. RGB value is (207,114,110). Sum of RGB (Red+Green+Blue) = 207+114+110=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF726E is #308D91. Grayscale: #8D8D8D. Windows color (decimal): -3181970 or 7238351. OLE color: 7238351.
HSL color Cylindrical-coordinate representation of color #CF726E: hue angle of 2.47º 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 #CF726E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 110 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.19 |
| HSL | 2.47º | 0.5% | 0.62% | - |
| HSV(B) | 2.47º | 0.47% | 0.81% | - |
| XYZ | 34.56 | 26.43 | 18.03 | - |
| YUV | 141.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 110 | 0 | 0.45 | 0.47 | 0.19 | 2.47 | 0.5 | 0.62 |
| Hex | CF | 72 | 6E | 0 | 2D | 2F | 13 | 2 | 32 | 3E |
| Octal | 317 | 162 | 156 | 0 | 55 | 57 | 23 | 2 | 62 | 76 |
| Binary | 11001111 | 1110010 | 1101110 | 0 | 101101 | 101111 | 10011 | 10 | 110010 | 111110 |
Color Harmonies of #CF726E
Complementary color
Monochromatic Colors of #CF726E
Black with #CF726E
Text Example
Text Example
White with #CF726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF726E; }
p { color: rgb(207,114,110); }
H1.HeaderClassName
{
color: #CF726E;
}
.AnyTagClassName
{
color: #CF726E;
}
</style>
background-color css
<style>
a { background-color: #CF726E; }
a { background-color: rgb(207,114,110); }
div.DivClassName
{
background-color: #CF726E;
}
.BgClassName
{
background-color: #CF726E;
}
</style>
border-color css
<style>
span { border-color: #CF726E; }
span { border-color: rgb(207,114,110); }
td.TdClassName
{
border-color: #CF726E;
}
.TagClassName
{
border-color: #CF726E;
}
</style>