Shades of Contessa #C26B69
Tints of Contessa #C26B69
RGB
CMYK
RGB Variations
Color information
#C26B69 (or 0xC26B69) is known color: Contessa. HEX triplet: C2, 6B and 69. RGB value is (194,107,105). Sum of RGB (Red+Green+Blue) = 194+107+105=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B69 is #3D9496. Grayscale: #848484. Windows color (decimal): -4035735 or 6908866. OLE color: 6908866.
HSL color Cylindrical-coordinate representation of color #C26B69: hue angle of 1.35º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26B69 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 105 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.24 |
| HSL | 1.35º | 0.42% | 0.59% | - |
| HSV(B) | 1.35º | 0.46% | 0.76% | - |
| XYZ | 30.06 | 23 | 16.22 | - |
| YUV | 132.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 105 | 0 | 0.45 | 0.46 | 0.24 | 1.35 | 0.42 | 0.59 |
| Hex | C2 | 6B | 69 | 0 | 2D | 2E | 18 | 1 | 2A | 3B |
| Octal | 302 | 153 | 151 | 0 | 55 | 56 | 30 | 1 | 52 | 73 |
| Binary | 11000010 | 1101011 | 1101001 | 0 | 101101 | 101110 | 11000 | 1 | 101010 | 111011 |
Color Harmonies of #C26B69
Complementary color
Monochromatic Colors of #C26B69
Black with #C26B69
Text Example
Text Example
White with #C26B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B69; }
p { color: rgb(194,107,105); }
H1.HeaderClassName
{
color: #C26B69;
}
.AnyTagClassName
{
color: #C26B69;
}
</style>
background-color css
<style>
a { background-color: #C26B69; }
a { background-color: rgb(194,107,105); }
div.DivClassName
{
background-color: #C26B69;
}
.BgClassName
{
background-color: #C26B69;
}
</style>
border-color css
<style>
span { border-color: #C26B69; }
span { border-color: rgb(194,107,105); }
td.TdClassName
{
border-color: #C26B69;
}
.TagClassName
{
border-color: #C26B69;
}
</style>