Shades of Contessa #C76969
Tints of Contessa #C76969
RGB
CMYK
RGB Variations
Color information
#C76969 (or 0xC76969) is known color: Contessa. HEX triplet: C7, 69 and 69. RGB value is (199,105,105). Sum of RGB (Red+Green+Blue) = 199+105+105=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C76969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76969 is #389696. Grayscale: #858585. Windows color (decimal): -3708567 or 6908359. OLE color: 6908359.
HSL color Cylindrical-coordinate representation of color #C76969: hue angle of 0º 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 #C76969 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 105 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.22 |
| HSL | 0º | 0.46% | 0.6% | - |
| HSV(B) | 0º | 0.47% | 0.78% | - |
| XYZ | 31.15 | 23.27 | 16.21 | - |
| YUV | 133.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 105 | 0 | 0.47 | 0.47 | 0.22 | 0 | 0.46 | 0.6 |
| Hex | C7 | 69 | 69 | 0 | 2F | 2F | 16 | 0 | 2E | 3C |
| Octal | 307 | 151 | 151 | 0 | 57 | 57 | 26 | 0 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1101001 | 0 | 101111 | 101111 | 10110 | 0 | 101110 | 111100 |
Color Harmonies of #C76969
Complementary color
Monochromatic Colors of #C76969
Black with #C76969
Text Example
Text Example
White with #C76969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76969; }
p { color: rgb(199,105,105); }
H1.HeaderClassName
{
color: #C76969;
}
.AnyTagClassName
{
color: #C76969;
}
</style>
background-color css
<style>
a { background-color: #C76969; }
a { background-color: rgb(199,105,105); }
div.DivClassName
{
background-color: #C76969;
}
.BgClassName
{
background-color: #C76969;
}
</style>
border-color css
<style>
span { border-color: #C76969; }
span { border-color: rgb(199,105,105); }
td.TdClassName
{
border-color: #C76969;
}
.TagClassName
{
border-color: #C76969;
}
</style>