Shades of Contessa #CF726F
Tints of Contessa #CF726F
RGB
CMYK
RGB Variations
Color information
#CF726F (or 0xCF726F) is known color: Contessa. HEX triplet: CF, 72 and 6F. RGB value is (207,114,111). Sum of RGB (Red+Green+Blue) = 207+114+111=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF726F is #308D90. Grayscale: #8D8D8D. Windows color (decimal): -3181969 or 7303887. OLE color: 7303887.
HSL color Cylindrical-coordinate representation of color #CF726F: hue angle of 1.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF726F is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 111 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.19 |
| HSL | 1.88º | 0.5% | 0.62% | - |
| HSV(B) | 1.88º | 0.46% | 0.81% | - |
| XYZ | 34.62 | 26.45 | 18.32 | - |
| YUV | 141.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 111 | 0 | 0.45 | 0.46 | 0.19 | 1.88 | 0.5 | 0.62 |
| Hex | CF | 72 | 6F | 0 | 2D | 2E | 13 | 2 | 32 | 3E |
| Octal | 317 | 162 | 157 | 0 | 55 | 56 | 23 | 2 | 62 | 76 |
| Binary | 11001111 | 1110010 | 1101111 | 0 | 101101 | 101110 | 10011 | 10 | 110010 | 111110 |
Color Harmonies of #CF726F
Complementary color
Monochromatic Colors of #CF726F
Black with #CF726F
Text Example
Text Example
White with #CF726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF726F; }
p { color: rgb(207,114,111); }
H1.HeaderClassName
{
color: #CF726F;
}
.AnyTagClassName
{
color: #CF726F;
}
</style>
background-color css
<style>
a { background-color: #CF726F; }
a { background-color: rgb(207,114,111); }
div.DivClassName
{
background-color: #CF726F;
}
.BgClassName
{
background-color: #CF726F;
}
</style>
border-color css
<style>
span { border-color: #CF726F; }
span { border-color: rgb(207,114,111); }
td.TdClassName
{
border-color: #CF726F;
}
.TagClassName
{
border-color: #CF726F;
}
</style>