Shades of Contessa #C7746F
Tints of Contessa #C7746F
RGB
CMYK
RGB Variations
Color information
#C7746F (or 0xC7746F) is known color: Contessa. HEX triplet: C7, 74 and 6F. RGB value is (199,116,111). Sum of RGB (Red+Green+Blue) = 199+116+111=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7746F is #388B90. Grayscale: #8C8C8C. Windows color (decimal): -3705745 or 7304391. OLE color: 7304391.
HSL color Cylindrical-coordinate representation of color #C7746F: hue angle of 3.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7746F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 111 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.22 |
| HSL | 3.41º | 0.44% | 0.61% | - |
| HSV(B) | 3.41º | 0.44% | 0.78% | - |
| XYZ | 32.67 | 25.78 | 18.29 | - |
| YUV | 140.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 111 | 0 | 0.42 | 0.44 | 0.22 | 3.41 | 0.44 | 0.61 |
| Hex | C7 | 74 | 6F | 0 | 2A | 2C | 16 | 3 | 2C | 3D |
| Octal | 307 | 164 | 157 | 0 | 52 | 54 | 26 | 3 | 54 | 75 |
| Binary | 11000111 | 1110100 | 1101111 | 0 | 101010 | 101100 | 10110 | 11 | 101100 | 111101 |
Color Harmonies of #C7746F
Complementary color
Monochromatic Colors of #C7746F
Black with #C7746F
Text Example
Text Example
White with #C7746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7746F; }
p { color: rgb(199,116,111); }
H1.HeaderClassName
{
color: #C7746F;
}
.AnyTagClassName
{
color: #C7746F;
}
</style>
background-color css
<style>
a { background-color: #C7746F; }
a { background-color: rgb(199,116,111); }
div.DivClassName
{
background-color: #C7746F;
}
.BgClassName
{
background-color: #C7746F;
}
</style>
border-color css
<style>
span { border-color: #C7746F; }
span { border-color: rgb(199,116,111); }
td.TdClassName
{
border-color: #C7746F;
}
.TagClassName
{
border-color: #C7746F;
}
</style>