Shades of Contessa #C76F6C
Tints of Contessa #C76F6C
RGB
CMYK
RGB Variations
Color information
#C76F6C (or 0xC76F6C) is known color: Contessa. HEX triplet: C7, 6F and 6C. RGB value is (199,111,108). Sum of RGB (Red+Green+Blue) = 199+111+108=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F6C is #389093. Grayscale: #898989. Windows color (decimal): -3707028 or 7106503. OLE color: 7106503.
HSL color Cylindrical-coordinate representation of color #C76F6C: hue angle of 1.98º 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 #C76F6C is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 108 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.22 |
| HSL | 1.98º | 0.45% | 0.6% | - |
| HSV(B) | 1.98º | 0.46% | 0.78% | - |
| XYZ | 31.94 | 24.59 | 17.25 | - |
| YUV | 136.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 108 | 0 | 0.44 | 0.46 | 0.22 | 1.98 | 0.45 | 0.6 |
| Hex | C7 | 6F | 6C | 0 | 2C | 2E | 16 | 2 | 2D | 3C |
| Octal | 307 | 157 | 154 | 0 | 54 | 56 | 26 | 2 | 55 | 74 |
| Binary | 11000111 | 1101111 | 1101100 | 0 | 101100 | 101110 | 10110 | 10 | 101101 | 111100 |
Color Harmonies of #C76F6C
Complementary color
Monochromatic Colors of #C76F6C
Black with #C76F6C
Text Example
Text Example
White with #C76F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F6C; }
p { color: rgb(199,111,108); }
H1.HeaderClassName
{
color: #C76F6C;
}
.AnyTagClassName
{
color: #C76F6C;
}
</style>
background-color css
<style>
a { background-color: #C76F6C; }
a { background-color: rgb(199,111,108); }
div.DivClassName
{
background-color: #C76F6C;
}
.BgClassName
{
background-color: #C76F6C;
}
</style>
border-color css
<style>
span { border-color: #C76F6C; }
span { border-color: rgb(199,111,108); }
td.TdClassName
{
border-color: #C76F6C;
}
.TagClassName
{
border-color: #C76F6C;
}
</style>