Shades of Contessa #C26B68
Tints of Contessa #C26B68
RGB
CMYK
RGB Variations
Color information
#C26B68 (or 0xC26B68) is known color: Contessa. HEX triplet: C2, 6B and 68. RGB value is (194,107,104). Sum of RGB (Red+Green+Blue) = 194+107+104=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B68 is #3D9497. Grayscale: #848484. Windows color (decimal): -4035736 or 6843330. OLE color: 6843330.
HSL color Cylindrical-coordinate representation of color #C26B68: hue angle of 2º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26B68 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 104 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.24 |
| HSL | 2º | 0.42% | 0.58% | - |
| HSV(B) | 2º | 0.46% | 0.76% | - |
| XYZ | 30 | 22.98 | 15.95 | - |
| YUV | 132.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 104 | 0 | 0.45 | 0.46 | 0.24 | 2 | 0.42 | 0.58 |
| Hex | C2 | 6B | 68 | 0 | 2D | 2E | 18 | 2 | 2A | 3A |
| Octal | 302 | 153 | 150 | 0 | 55 | 56 | 30 | 2 | 52 | 72 |
| Binary | 11000010 | 1101011 | 1101000 | 0 | 101101 | 101110 | 11000 | 10 | 101010 | 111010 |
Color Harmonies of #C26B68
Complementary color
Monochromatic Colors of #C26B68
Black with #C26B68
Text Example
Text Example
White with #C26B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B68; }
p { color: rgb(194,107,104); }
H1.HeaderClassName
{
color: #C26B68;
}
.AnyTagClassName
{
color: #C26B68;
}
</style>
background-color css
<style>
a { background-color: #C26B68; }
a { background-color: rgb(194,107,104); }
div.DivClassName
{
background-color: #C26B68;
}
.BgClassName
{
background-color: #C26B68;
}
</style>
border-color css
<style>
span { border-color: #C26B68; }
span { border-color: rgb(194,107,104); }
td.TdClassName
{
border-color: #C26B68;
}
.TagClassName
{
border-color: #C26B68;
}
</style>