Shades of Contessa #C7756B
Tints of Contessa #C7756B
RGB
CMYK
RGB Variations
Color information
#C7756B (or 0xC7756B) is known color: Contessa. HEX triplet: C7, 75 and 6B. RGB value is (199,117,107). Sum of RGB (Red+Green+Blue) = 199+117+107=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7756B is #388A94. Grayscale: #8C8C8C. Windows color (decimal): -3705493 or 7042503. OLE color: 7042503.
HSL color Cylindrical-coordinate representation of color #C7756B: hue angle of 6.52º 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 #C7756B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 107 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 6.52º | 0.45% | 0.6% | - |
| HSV(B) | 6.52º | 0.46% | 0.78% | - |
| XYZ | 32.57 | 25.93 | 17.2 | - |
| YUV | 140.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 107 | 0 | 0.41 | 0.46 | 0.22 | 6.52 | 0.45 | 0.6 |
| Hex | C7 | 75 | 6B | 0 | 29 | 2E | 16 | 7 | 2D | 3C |
| Octal | 307 | 165 | 153 | 0 | 51 | 56 | 26 | 7 | 55 | 74 |
| Binary | 11000111 | 1110101 | 1101011 | 0 | 101001 | 101110 | 10110 | 111 | 101101 | 111100 |
Color Harmonies of #C7756B
Complementary color
Monochromatic Colors of #C7756B
Black with #C7756B
Text Example
Text Example
White with #C7756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7756B; }
p { color: rgb(199,117,107); }
H1.HeaderClassName
{
color: #C7756B;
}
.AnyTagClassName
{
color: #C7756B;
}
</style>
background-color css
<style>
a { background-color: #C7756B; }
a { background-color: rgb(199,117,107); }
div.DivClassName
{
background-color: #C7756B;
}
.BgClassName
{
background-color: #C7756B;
}
</style>
border-color css
<style>
span { border-color: #C7756B; }
span { border-color: rgb(199,117,107); }
td.TdClassName
{
border-color: #C7756B;
}
.TagClassName
{
border-color: #C7756B;
}
</style>