Shades of Contessa #CF726D
Tints of Contessa #CF726D
RGB
CMYK
RGB Variations
Color information
#CF726D (or 0xCF726D) is known color: Contessa. HEX triplet: CF, 72 and 6D. RGB value is (207,114,109). Sum of RGB (Red+Green+Blue) = 207+114+109=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF726D is #308D92. Grayscale: #8D8D8D. Windows color (decimal): -3181971 or 7172815. OLE color: 7172815.
HSL color Cylindrical-coordinate representation of color #CF726D: hue angle of 3.06º 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 #CF726D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 109 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.19 |
| HSL | 3.06º | 0.51% | 0.62% | - |
| HSV(B) | 3.06º | 0.47% | 0.81% | - |
| XYZ | 34.51 | 26.4 | 17.75 | - |
| YUV | 141.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 109 | 0 | 0.45 | 0.47 | 0.19 | 3.06 | 0.51 | 0.62 |
| Hex | CF | 72 | 6D | 0 | 2D | 2F | 13 | 3 | 33 | 3E |
| Octal | 317 | 162 | 155 | 0 | 55 | 57 | 23 | 3 | 63 | 76 |
| Binary | 11001111 | 1110010 | 1101101 | 0 | 101101 | 101111 | 10011 | 11 | 110011 | 111110 |
Color Harmonies of #CF726D
Complementary color
Monochromatic Colors of #CF726D
Black with #CF726D
Text Example
Text Example
White with #CF726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF726D; }
p { color: rgb(207,114,109); }
H1.HeaderClassName
{
color: #CF726D;
}
.AnyTagClassName
{
color: #CF726D;
}
</style>
background-color css
<style>
a { background-color: #CF726D; }
a { background-color: rgb(207,114,109); }
div.DivClassName
{
background-color: #CF726D;
}
.BgClassName
{
background-color: #CF726D;
}
</style>
border-color css
<style>
span { border-color: #CF726D; }
span { border-color: rgb(207,114,109); }
td.TdClassName
{
border-color: #CF726D;
}
.TagClassName
{
border-color: #CF726D;
}
</style>