Shades of Contessa #C7726D
Tints of Contessa #C7726D
RGB
CMYK
RGB Variations
Color information
#C7726D (or 0xC7726D) is known color: Contessa. HEX triplet: C7, 72 and 6D. RGB value is (199,114,109). Sum of RGB (Red+Green+Blue) = 199+114+109=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7726D is #388D92. Grayscale: #8A8A8A. Windows color (decimal): -3706259 or 7172807. OLE color: 7172807.
HSL color Cylindrical-coordinate representation of color #C7726D: hue angle of 3.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7726D is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 109 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.22 |
| HSL | 3.33º | 0.45% | 0.6% | - |
| HSV(B) | 3.33º | 0.45% | 0.78% | - |
| XYZ | 32.33 | 25.28 | 17.64 | - |
| YUV | 138.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 109 | 0 | 0.43 | 0.45 | 0.22 | 3.33 | 0.45 | 0.6 |
| Hex | C7 | 72 | 6D | 0 | 2B | 2D | 16 | 3 | 2D | 3C |
| Octal | 307 | 162 | 155 | 0 | 53 | 55 | 26 | 3 | 55 | 74 |
| Binary | 11000111 | 1110010 | 1101101 | 0 | 101011 | 101101 | 10110 | 11 | 101101 | 111100 |
Color Harmonies of #C7726D
Complementary color
Monochromatic Colors of #C7726D
Black with #C7726D
Text Example
Text Example
White with #C7726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7726D; }
p { color: rgb(199,114,109); }
H1.HeaderClassName
{
color: #C7726D;
}
.AnyTagClassName
{
color: #C7726D;
}
</style>
background-color css
<style>
a { background-color: #C7726D; }
a { background-color: rgb(199,114,109); }
div.DivClassName
{
background-color: #C7726D;
}
.BgClassName
{
background-color: #C7726D;
}
</style>
border-color css
<style>
span { border-color: #C7726D; }
span { border-color: rgb(199,114,109); }
td.TdClassName
{
border-color: #C7726D;
}
.TagClassName
{
border-color: #C7726D;
}
</style>