Shades of Contessa #C06968
Tints of Contessa #C06968
RGB
CMYK
RGB Variations
Color information
#C06968 (or 0xC06968) is known color: Contessa. HEX triplet: C0, 69 and 68. RGB value is (192,105,104). Sum of RGB (Red+Green+Blue) = 192+105+104=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06968 is #3F9697. Grayscale: #828282. Windows color (decimal): -4167320 or 6842816. OLE color: 6842816.
HSL color Cylindrical-coordinate representation of color #C06968: hue angle of 0.68º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06968 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 104 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.25 |
| HSL | 0.68º | 0.41% | 0.58% | - |
| HSV(B) | 0.68º | 0.46% | 0.75% | - |
| XYZ | 29.29 | 22.31 | 15.86 | - |
| YUV | 130.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 104 | 0 | 0.45 | 0.46 | 0.25 | 0.68 | 0.41 | 0.58 |
| Hex | C0 | 69 | 68 | 0 | 2D | 2E | 19 | 1 | 29 | 3A |
| Octal | 300 | 151 | 150 | 0 | 55 | 56 | 31 | 1 | 51 | 72 |
| Binary | 11000000 | 1101001 | 1101000 | 0 | 101101 | 101110 | 11001 | 1 | 101001 | 111010 |
Color Harmonies of #C06968
Complementary color
Monochromatic Colors of #C06968
Black with #C06968
Text Example
Text Example
White with #C06968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06968; }
p { color: rgb(192,105,104); }
H1.HeaderClassName
{
color: #C06968;
}
.AnyTagClassName
{
color: #C06968;
}
</style>
background-color css
<style>
a { background-color: #C06968; }
a { background-color: rgb(192,105,104); }
div.DivClassName
{
background-color: #C06968;
}
.BgClassName
{
background-color: #C06968;
}
</style>
border-color css
<style>
span { border-color: #C06968; }
span { border-color: rgb(192,105,104); }
td.TdClassName
{
border-color: #C06968;
}
.TagClassName
{
border-color: #C06968;
}
</style>