Shades of Contessa #C06A69
Tints of Contessa #C06A69
RGB
CMYK
RGB Variations
Color information
#C06A69 (or 0xC06A69) is known color: Contessa. HEX triplet: C0, 6A and 69. RGB value is (192,106,105). Sum of RGB (Red+Green+Blue) = 192+106+105=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A69 is #3F9596. Grayscale: #838383. Windows color (decimal): -4167063 or 6908608. OLE color: 6908608.
HSL color Cylindrical-coordinate representation of color #C06A69: hue angle of 0.69º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A69 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 105 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.25 |
| HSL | 0.69º | 0.41% | 0.58% | - |
| HSV(B) | 0.69º | 0.45% | 0.75% | - |
| XYZ | 29.44 | 22.53 | 16.16 | - |
| YUV | 131.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 105 | 0 | 0.45 | 0.45 | 0.25 | 0.69 | 0.41 | 0.58 |
| Hex | C0 | 6A | 69 | 0 | 2D | 2D | 19 | 1 | 29 | 3A |
| Octal | 300 | 152 | 151 | 0 | 55 | 55 | 31 | 1 | 51 | 72 |
| Binary | 11000000 | 1101010 | 1101001 | 0 | 101101 | 101101 | 11001 | 1 | 101001 | 111010 |
Color Harmonies of #C06A69
Complementary color
Monochromatic Colors of #C06A69
Black with #C06A69
Text Example
Text Example
White with #C06A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A69; }
p { color: rgb(192,106,105); }
H1.HeaderClassName
{
color: #C06A69;
}
.AnyTagClassName
{
color: #C06A69;
}
</style>
background-color css
<style>
a { background-color: #C06A69; }
a { background-color: rgb(192,106,105); }
div.DivClassName
{
background-color: #C06A69;
}
.BgClassName
{
background-color: #C06A69;
}
</style>
border-color css
<style>
span { border-color: #C06A69; }
span { border-color: rgb(192,106,105); }
td.TdClassName
{
border-color: #C06A69;
}
.TagClassName
{
border-color: #C06A69;
}
</style>