Shades of Contessa #C76C5F
Tints of Contessa #C76C5F
RGB
CMYK
RGB Variations
Color information
#C76C5F (or 0xC76C5F) is known color: Contessa. HEX triplet: C7, 6C and 5F. RGB value is (199,108,95). Sum of RGB (Red+Green+Blue) = 199+108+95=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C5F is #3893A0. Grayscale: #858585. Windows color (decimal): -3707809 or 6253767. OLE color: 6253767.
HSL color Cylindrical-coordinate representation of color #C76C5F: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76C5F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 95 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.22 |
| HSL | 7.5º | 0.48% | 0.58% | - |
| HSV(B) | 7.5º | 0.52% | 0.78% | - |
| XYZ | 30.98 | 23.69 | 13.77 | - |
| YUV | 133.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 95 | 0 | 0.46 | 0.52 | 0.22 | 7.5 | 0.48 | 0.58 |
| Hex | C7 | 6C | 5F | 0 | 2E | 34 | 16 | 8 | 30 | 3A |
| Octal | 307 | 154 | 137 | 0 | 56 | 64 | 26 | 10 | 60 | 72 |
| Binary | 11000111 | 1101100 | 1011111 | 0 | 101110 | 110100 | 10110 | 1000 | 110000 | 111010 |
Color Harmonies of #C76C5F
Complementary color
Monochromatic Colors of #C76C5F
Black with #C76C5F
Text Example
Text Example
White with #C76C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C5F; }
p { color: rgb(199,108,95); }
H1.HeaderClassName
{
color: #C76C5F;
}
.AnyTagClassName
{
color: #C76C5F;
}
</style>
background-color css
<style>
a { background-color: #C76C5F; }
a { background-color: rgb(199,108,95); }
div.DivClassName
{
background-color: #C76C5F;
}
.BgClassName
{
background-color: #C76C5F;
}
</style>
border-color css
<style>
span { border-color: #C76C5F; }
span { border-color: rgb(199,108,95); }
td.TdClassName
{
border-color: #C76C5F;
}
.TagClassName
{
border-color: #C76C5F;
}
</style>