Shades of Contessa #C76D69
Tints of Contessa #C76D69
RGB
CMYK
RGB Variations
Color information
#C76D69 (or 0xC76D69) is known color: Contessa. HEX triplet: C7, 6D and 69. RGB value is (199,109,105). Sum of RGB (Red+Green+Blue) = 199+109+105=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D69 is #389296. Grayscale: #878787. Windows color (decimal): -3707543 or 6909383. OLE color: 6909383.
HSL color Cylindrical-coordinate representation of color #C76D69: hue angle of 2.55º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76D69 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 105 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.22 |
| HSL | 2.55º | 0.46% | 0.6% | - |
| HSV(B) | 2.55º | 0.47% | 0.78% | - |
| XYZ | 31.57 | 24.1 | 16.35 | - |
| YUV | 135.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 105 | 0 | 0.45 | 0.47 | 0.22 | 2.55 | 0.46 | 0.6 |
| Hex | C7 | 6D | 69 | 0 | 2D | 2F | 16 | 3 | 2E | 3C |
| Octal | 307 | 155 | 151 | 0 | 55 | 57 | 26 | 3 | 56 | 74 |
| Binary | 11000111 | 1101101 | 1101001 | 0 | 101101 | 101111 | 10110 | 11 | 101110 | 111100 |
Color Harmonies of #C76D69
Complementary color
Monochromatic Colors of #C76D69
Black with #C76D69
Text Example
Text Example
White with #C76D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D69; }
p { color: rgb(199,109,105); }
H1.HeaderClassName
{
color: #C76D69;
}
.AnyTagClassName
{
color: #C76D69;
}
</style>
background-color css
<style>
a { background-color: #C76D69; }
a { background-color: rgb(199,109,105); }
div.DivClassName
{
background-color: #C76D69;
}
.BgClassName
{
background-color: #C76D69;
}
</style>
border-color css
<style>
span { border-color: #C76D69; }
span { border-color: rgb(199,109,105); }
td.TdClassName
{
border-color: #C76D69;
}
.TagClassName
{
border-color: #C76D69;
}
</style>