Shades of Contessa #C27A66
Tints of Contessa #C27A66
RGB
CMYK
RGB Variations
Color information
#C27A66 (or 0xC27A66) is known color: Contessa. HEX triplet: C2, 7A and 66. RGB value is (194,122,102). Sum of RGB (Red+Green+Blue) = 194+122+102=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A66 is #3D8599. Grayscale: #8D8D8D. Windows color (decimal): -4031898 or 6716098. OLE color: 6716098.
HSL color Cylindrical-coordinate representation of color #C27A66: hue angle of 13.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27A66 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 102 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.24 |
| HSL | 13.04º | 0.43% | 0.58% | - |
| HSV(B) | 13.04º | 0.47% | 0.76% | - |
| XYZ | 31.61 | 26.35 | 15.99 | - |
| YUV | 141.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 102 | 0 | 0.37 | 0.47 | 0.24 | 13.04 | 0.43 | 0.58 |
| Hex | C2 | 7A | 66 | 0 | 25 | 2F | 18 | D | 2B | 3A |
| Octal | 302 | 172 | 146 | 0 | 45 | 57 | 30 | 15 | 53 | 72 |
| Binary | 11000010 | 1111010 | 1100110 | 0 | 100101 | 101111 | 11000 | 1101 | 101011 | 111010 |
Color Harmonies of #C27A66
Complementary color
Monochromatic Colors of #C27A66
Black with #C27A66
Text Example
Text Example
White with #C27A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A66; }
p { color: rgb(194,122,102); }
H1.HeaderClassName
{
color: #C27A66;
}
.AnyTagClassName
{
color: #C27A66;
}
</style>
background-color css
<style>
a { background-color: #C27A66; }
a { background-color: rgb(194,122,102); }
div.DivClassName
{
background-color: #C27A66;
}
.BgClassName
{
background-color: #C27A66;
}
</style>
border-color css
<style>
span { border-color: #C27A66; }
span { border-color: rgb(194,122,102); }
td.TdClassName
{
border-color: #C27A66;
}
.TagClassName
{
border-color: #C27A66;
}
</style>