Shades of Contessa #C06B66
Tints of Contessa #C06B66
RGB
CMYK
RGB Variations
Color information
#C06B66 (or 0xC06B66) is known color: Contessa. HEX triplet: C0, 6B and 66. RGB value is (192,107,102). Sum of RGB (Red+Green+Blue) = 192+107+102=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B66 is #3F9499. Grayscale: #838383. Windows color (decimal): -4166810 or 6712256. OLE color: 6712256.
HSL color Cylindrical-coordinate representation of color #C06B66: hue angle of 3.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06B66 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 102 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.25 |
| HSL | 3.33º | 0.42% | 0.58% | - |
| HSV(B) | 3.33º | 0.47% | 0.75% | - |
| XYZ | 29.39 | 22.68 | 15.4 | - |
| YUV | 131.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 102 | 0 | 0.44 | 0.47 | 0.25 | 3.33 | 0.42 | 0.58 |
| Hex | C0 | 6B | 66 | 0 | 2C | 2F | 19 | 3 | 2A | 3A |
| Octal | 300 | 153 | 146 | 0 | 54 | 57 | 31 | 3 | 52 | 72 |
| Binary | 11000000 | 1101011 | 1100110 | 0 | 101100 | 101111 | 11001 | 11 | 101010 | 111010 |
Color Harmonies of #C06B66
Complementary color
Monochromatic Colors of #C06B66
Black with #C06B66
Text Example
Text Example
White with #C06B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B66; }
p { color: rgb(192,107,102); }
H1.HeaderClassName
{
color: #C06B66;
}
.AnyTagClassName
{
color: #C06B66;
}
</style>
background-color css
<style>
a { background-color: #C06B66; }
a { background-color: rgb(192,107,102); }
div.DivClassName
{
background-color: #C06B66;
}
.BgClassName
{
background-color: #C06B66;
}
</style>
border-color css
<style>
span { border-color: #C06B66; }
span { border-color: rgb(192,107,102); }
td.TdClassName
{
border-color: #C06B66;
}
.TagClassName
{
border-color: #C06B66;
}
</style>