Shades of Contessa #C7726C
Tints of Contessa #C7726C
RGB
CMYK
RGB Variations
Color information
#C7726C (or 0xC7726C) is known color: Contessa. HEX triplet: C7, 72 and 6C. RGB value is (199,114,108). Sum of RGB (Red+Green+Blue) = 199+114+108=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7726C is #388D93. Grayscale: #8A8A8A. Windows color (decimal): -3706260 or 7107271. OLE color: 7107271.
HSL color Cylindrical-coordinate representation of color #C7726C: hue angle of 3.96º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7726C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 108 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.22 |
| HSL | 3.96º | 0.45% | 0.6% | - |
| HSV(B) | 3.96º | 0.46% | 0.78% | - |
| XYZ | 32.28 | 25.26 | 17.36 | - |
| YUV | 138.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 108 | 0 | 0.43 | 0.46 | 0.22 | 3.96 | 0.45 | 0.6 |
| Hex | C7 | 72 | 6C | 0 | 2B | 2E | 16 | 4 | 2D | 3C |
| Octal | 307 | 162 | 154 | 0 | 53 | 56 | 26 | 4 | 55 | 74 |
| Binary | 11000111 | 1110010 | 1101100 | 0 | 101011 | 101110 | 10110 | 100 | 101101 | 111100 |
Color Harmonies of #C7726C
Complementary color
Monochromatic Colors of #C7726C
Black with #C7726C
Text Example
Text Example
White with #C7726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7726C; }
p { color: rgb(199,114,108); }
H1.HeaderClassName
{
color: #C7726C;
}
.AnyTagClassName
{
color: #C7726C;
}
</style>
background-color css
<style>
a { background-color: #C7726C; }
a { background-color: rgb(199,114,108); }
div.DivClassName
{
background-color: #C7726C;
}
.BgClassName
{
background-color: #C7726C;
}
</style>
border-color css
<style>
span { border-color: #C7726C; }
span { border-color: rgb(199,114,108); }
td.TdClassName
{
border-color: #C7726C;
}
.TagClassName
{
border-color: #C7726C;
}
</style>