Shades of Contessa #C26B60
Tints of Contessa #C26B60
RGB
CMYK
RGB Variations
Color information
#C26B60 (or 0xC26B60) is known color: Contessa. HEX triplet: C2, 6B and 60. RGB value is (194,107,96). Sum of RGB (Red+Green+Blue) = 194+107+96=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B60 is #3D949F. Grayscale: #838383. Windows color (decimal): -4035744 or 6319042. OLE color: 6319042.
HSL color Cylindrical-coordinate representation of color #C26B60: hue angle of 6.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26B60 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 96 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.24 |
| HSL | 6.73º | 0.45% | 0.57% | - |
| HSV(B) | 6.73º | 0.51% | 0.76% | - |
| XYZ | 29.62 | 22.83 | 13.91 | - |
| YUV | 131.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 96 | 0 | 0.45 | 0.51 | 0.24 | 6.73 | 0.45 | 0.57 |
| Hex | C2 | 6B | 60 | 0 | 2D | 33 | 18 | 7 | 2D | 39 |
| Octal | 302 | 153 | 140 | 0 | 55 | 63 | 30 | 7 | 55 | 71 |
| Binary | 11000010 | 1101011 | 1100000 | 0 | 101101 | 110011 | 11000 | 111 | 101101 | 111001 |
Color Harmonies of #C26B60
Complementary color
Monochromatic Colors of #C26B60
Black with #C26B60
Text Example
Text Example
White with #C26B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B60; }
p { color: rgb(194,107,96); }
H1.HeaderClassName
{
color: #C26B60;
}
.AnyTagClassName
{
color: #C26B60;
}
</style>
background-color css
<style>
a { background-color: #C26B60; }
a { background-color: rgb(194,107,96); }
div.DivClassName
{
background-color: #C26B60;
}
.BgClassName
{
background-color: #C26B60;
}
</style>
border-color css
<style>
span { border-color: #C26B60; }
span { border-color: rgb(194,107,96); }
td.TdClassName
{
border-color: #C26B60;
}
.TagClassName
{
border-color: #C26B60;
}
</style>