Shades of Contessa #C27466
Tints of Contessa #C27466
RGB
CMYK
RGB Variations
Color information
#C27466 (or 0xC27466) is known color: Contessa. HEX triplet: C2, 74 and 66. RGB value is (194,116,102). Sum of RGB (Red+Green+Blue) = 194+116+102=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27466 is #3D8B99. Grayscale: #898989. Windows color (decimal): -4033434 or 6714562. OLE color: 6714562.
HSL color Cylindrical-coordinate representation of color #C27466: hue angle of 9.13º 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 #C27466 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 102 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.24 |
| HSL | 9.13º | 0.43% | 0.58% | - |
| HSV(B) | 9.13º | 0.47% | 0.76% | - |
| XYZ | 30.89 | 24.92 | 15.75 | - |
| YUV | 137.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 102 | 0 | 0.40 | 0.47 | 0.24 | 9.13 | 0.43 | 0.58 |
| Hex | C2 | 74 | 66 | 0 | 28 | 2F | 18 | 9 | 2B | 3A |
| Octal | 302 | 164 | 146 | 0 | 50 | 57 | 30 | 11 | 53 | 72 |
| Binary | 11000010 | 1110100 | 1100110 | 0 | 101000 | 101111 | 11000 | 1001 | 101011 | 111010 |
Color Harmonies of #C27466
Complementary color
Monochromatic Colors of #C27466
Black with #C27466
Text Example
Text Example
White with #C27466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27466; }
p { color: rgb(194,116,102); }
H1.HeaderClassName
{
color: #C27466;
}
.AnyTagClassName
{
color: #C27466;
}
</style>
background-color css
<style>
a { background-color: #C27466; }
a { background-color: rgb(194,116,102); }
div.DivClassName
{
background-color: #C27466;
}
.BgClassName
{
background-color: #C27466;
}
</style>
border-color css
<style>
span { border-color: #C27466; }
span { border-color: rgb(194,116,102); }
td.TdClassName
{
border-color: #C27466;
}
.TagClassName
{
border-color: #C27466;
}
</style>