Shades of Contessa #C96F6C
Tints of Contessa #C96F6C
RGB
CMYK
RGB Variations
Color information
#C96F6C (or 0xC96F6C) is known color: Contessa. HEX triplet: C9, 6F and 6C. RGB value is (201,111,108). Sum of RGB (Red+Green+Blue) = 201+111+108=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F6C is #369093. Grayscale: #898989. Windows color (decimal): -3575956 or 7106505. OLE color: 7106505.
HSL color Cylindrical-coordinate representation of color #C96F6C: hue angle of 1.94º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96F6C is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 108 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.21 |
| HSL | 1.94º | 0.46% | 0.61% | - |
| HSV(B) | 1.94º | 0.46% | 0.79% | - |
| XYZ | 32.48 | 24.87 | 17.28 | - |
| YUV | 137.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 108 | 0 | 0.45 | 0.46 | 0.21 | 1.94 | 0.46 | 0.61 |
| Hex | C9 | 6F | 6C | 0 | 2D | 2E | 15 | 2 | 2E | 3D |
| Octal | 311 | 157 | 154 | 0 | 55 | 56 | 25 | 2 | 56 | 75 |
| Binary | 11001001 | 1101111 | 1101100 | 0 | 101101 | 101110 | 10101 | 10 | 101110 | 111101 |
Color Harmonies of #C96F6C
Complementary color
Monochromatic Colors of #C96F6C
Black with #C96F6C
Text Example
Text Example
White with #C96F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F6C; }
p { color: rgb(201,111,108); }
H1.HeaderClassName
{
color: #C96F6C;
}
.AnyTagClassName
{
color: #C96F6C;
}
</style>
background-color css
<style>
a { background-color: #C96F6C; }
a { background-color: rgb(201,111,108); }
div.DivClassName
{
background-color: #C96F6C;
}
.BgClassName
{
background-color: #C96F6C;
}
</style>
border-color css
<style>
span { border-color: #C96F6C; }
span { border-color: rgb(201,111,108); }
td.TdClassName
{
border-color: #C96F6C;
}
.TagClassName
{
border-color: #C96F6C;
}
</style>