Shades of Contessa #C7756C
Tints of Contessa #C7756C
RGB
CMYK
RGB Variations
Color information
#C7756C (or 0xC7756C) is known color: Contessa. HEX triplet: C7, 75 and 6C. RGB value is (199,117,108). Sum of RGB (Red+Green+Blue) = 199+117+108=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7756C is #388A93. Grayscale: #8C8C8C. Windows color (decimal): -3705492 or 7108039. OLE color: 7108039.
HSL color Cylindrical-coordinate representation of color #C7756C: hue angle of 5.93º 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 #C7756C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 108 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 5.93º | 0.45% | 0.6% | - |
| HSV(B) | 5.93º | 0.46% | 0.78% | - |
| XYZ | 32.62 | 25.95 | 17.48 | - |
| YUV | 140.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 108 | 0 | 0.41 | 0.46 | 0.22 | 5.93 | 0.45 | 0.6 |
| Hex | C7 | 75 | 6C | 0 | 29 | 2E | 16 | 6 | 2D | 3C |
| Octal | 307 | 165 | 154 | 0 | 51 | 56 | 26 | 6 | 55 | 74 |
| Binary | 11000111 | 1110101 | 1101100 | 0 | 101001 | 101110 | 10110 | 110 | 101101 | 111100 |
Color Harmonies of #C7756C
Complementary color
Monochromatic Colors of #C7756C
Black with #C7756C
Text Example
Text Example
White with #C7756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7756C; }
p { color: rgb(199,117,108); }
H1.HeaderClassName
{
color: #C7756C;
}
.AnyTagClassName
{
color: #C7756C;
}
</style>
background-color css
<style>
a { background-color: #C7756C; }
a { background-color: rgb(199,117,108); }
div.DivClassName
{
background-color: #C7756C;
}
.BgClassName
{
background-color: #C7756C;
}
</style>
border-color css
<style>
span { border-color: #C7756C; }
span { border-color: rgb(199,117,108); }
td.TdClassName
{
border-color: #C7756C;
}
.TagClassName
{
border-color: #C7756C;
}
</style>