Shades of Contessa #C26B61
Tints of Contessa #C26B61
RGB
CMYK
RGB Variations
Color information
#C26B61 (or 0xC26B61) is known color: Contessa. HEX triplet: C2, 6B and 61. RGB value is (194,107,97). Sum of RGB (Red+Green+Blue) = 194+107+97=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B61 is #3D949E. Grayscale: #838383. Windows color (decimal): -4035743 or 6384578. OLE color: 6384578.
HSL color Cylindrical-coordinate representation of color #C26B61: hue angle of 6.19º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26B61 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 97 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.24 |
| HSL | 6.19º | 0.44% | 0.57% | - |
| HSV(B) | 6.19º | 0.5% | 0.76% | - |
| XYZ | 29.66 | 22.85 | 14.16 | - |
| YUV | 131.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 97 | 0 | 0.45 | 0.50 | 0.24 | 6.19 | 0.44 | 0.57 |
| Hex | C2 | 6B | 61 | 0 | 2D | 32 | 18 | 6 | 2C | 39 |
| Octal | 302 | 153 | 141 | 0 | 55 | 62 | 30 | 6 | 54 | 71 |
| Binary | 11000010 | 1101011 | 1100001 | 0 | 101101 | 110010 | 11000 | 110 | 101100 | 111001 |
Color Harmonies of #C26B61
Complementary color
Monochromatic Colors of #C26B61
Black with #C26B61
Text Example
Text Example
White with #C26B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B61; }
p { color: rgb(194,107,97); }
H1.HeaderClassName
{
color: #C26B61;
}
.AnyTagClassName
{
color: #C26B61;
}
</style>
background-color css
<style>
a { background-color: #C26B61; }
a { background-color: rgb(194,107,97); }
div.DivClassName
{
background-color: #C26B61;
}
.BgClassName
{
background-color: #C26B61;
}
</style>
border-color css
<style>
span { border-color: #C26B61; }
span { border-color: rgb(194,107,97); }
td.TdClassName
{
border-color: #C26B61;
}
.TagClassName
{
border-color: #C26B61;
}
</style>