Shades of Contessa #C26A62
Tints of Contessa #C26A62
RGB
CMYK
RGB Variations
Color information
#C26A62 (or 0xC26A62) is known color: Contessa. HEX triplet: C2, 6A and 62. RGB value is (194,106,98). Sum of RGB (Red+Green+Blue) = 194+106+98=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A62 is #3D959D. Grayscale: #838383. Windows color (decimal): -4035998 or 6449858. OLE color: 6449858.
HSL color Cylindrical-coordinate representation of color #C26A62: hue angle of 5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26A62 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 98 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.24 |
| HSL | 5º | 0.44% | 0.57% | - |
| HSV(B) | 5º | 0.49% | 0.76% | - |
| XYZ | 29.61 | 22.66 | 14.37 | - |
| YUV | 131.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 98 | 0 | 0.45 | 0.49 | 0.24 | 5 | 0.44 | 0.57 |
| Hex | C2 | 6A | 62 | 0 | 2D | 31 | 18 | 5 | 2C | 39 |
| Octal | 302 | 152 | 142 | 0 | 55 | 61 | 30 | 5 | 54 | 71 |
| Binary | 11000010 | 1101010 | 1100010 | 0 | 101101 | 110001 | 11000 | 101 | 101100 | 111001 |
Color Harmonies of #C26A62
Complementary color
Monochromatic Colors of #C26A62
Black with #C26A62
Text Example
Text Example
White with #C26A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A62; }
p { color: rgb(194,106,98); }
H1.HeaderClassName
{
color: #C26A62;
}
.AnyTagClassName
{
color: #C26A62;
}
</style>
background-color css
<style>
a { background-color: #C26A62; }
a { background-color: rgb(194,106,98); }
div.DivClassName
{
background-color: #C26A62;
}
.BgClassName
{
background-color: #C26A62;
}
</style>
border-color css
<style>
span { border-color: #C26A62; }
span { border-color: rgb(194,106,98); }
td.TdClassName
{
border-color: #C26A62;
}
.TagClassName
{
border-color: #C26A62;
}
</style>