Shades of Contessa #C7756F
Tints of Contessa #C7756F
RGB
CMYK
RGB Variations
Color information
#C7756F (or 0xC7756F) is known color: Contessa. HEX triplet: C7, 75 and 6F. RGB value is (199,117,111). Sum of RGB (Red+Green+Blue) = 199+117+111=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7756F is #388A90. Grayscale: #8C8C8C. Windows color (decimal): -3705489 or 7304647. OLE color: 7304647.
HSL color Cylindrical-coordinate representation of color #C7756F: hue angle of 4.09º 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 #C7756F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 111 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.22 |
| HSL | 4.09º | 0.44% | 0.61% | - |
| HSV(B) | 4.09º | 0.44% | 0.78% | - |
| XYZ | 32.78 | 26.01 | 18.33 | - |
| YUV | 140.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 111 | 0 | 0.41 | 0.44 | 0.22 | 4.09 | 0.44 | 0.61 |
| Hex | C7 | 75 | 6F | 0 | 29 | 2C | 16 | 4 | 2C | 3D |
| Octal | 307 | 165 | 157 | 0 | 51 | 54 | 26 | 4 | 54 | 75 |
| Binary | 11000111 | 1110101 | 1101111 | 0 | 101001 | 101100 | 10110 | 100 | 101100 | 111101 |
Color Harmonies of #C7756F
Complementary color
Monochromatic Colors of #C7756F
Black with #C7756F
Text Example
Text Example
White with #C7756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7756F; }
p { color: rgb(199,117,111); }
H1.HeaderClassName
{
color: #C7756F;
}
.AnyTagClassName
{
color: #C7756F;
}
</style>
background-color css
<style>
a { background-color: #C7756F; }
a { background-color: rgb(199,117,111); }
div.DivClassName
{
background-color: #C7756F;
}
.BgClassName
{
background-color: #C7756F;
}
</style>
border-color css
<style>
span { border-color: #C7756F; }
span { border-color: rgb(199,117,111); }
td.TdClassName
{
border-color: #C7756F;
}
.TagClassName
{
border-color: #C7756F;
}
</style>