Shades of Contessa #C27566
Tints of Contessa #C27566
RGB
CMYK
RGB Variations
Color information
#C27566 (or 0xC27566) is known color: Contessa. HEX triplet: C2, 75 and 66. RGB value is (194,117,102). Sum of RGB (Red+Green+Blue) = 194+117+102=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27566 is #3D8A99. Grayscale: #8A8A8A. Windows color (decimal): -4033178 or 6714818. OLE color: 6714818.
HSL color Cylindrical-coordinate representation of color #C27566: hue angle of 9.78º 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 #C27566 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 102 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.24 |
| HSL | 9.78º | 0.43% | 0.58% | - |
| HSV(B) | 9.78º | 0.47% | 0.76% | - |
| XYZ | 31.01 | 25.15 | 15.79 | - |
| YUV | 138.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 102 | 0 | 0.40 | 0.47 | 0.24 | 9.78 | 0.43 | 0.58 |
| Hex | C2 | 75 | 66 | 0 | 28 | 2F | 18 | A | 2B | 3A |
| Octal | 302 | 165 | 146 | 0 | 50 | 57 | 30 | 12 | 53 | 72 |
| Binary | 11000010 | 1110101 | 1100110 | 0 | 101000 | 101111 | 11000 | 1010 | 101011 | 111010 |
Color Harmonies of #C27566
Complementary color
Monochromatic Colors of #C27566
Black with #C27566
Text Example
Text Example
White with #C27566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27566; }
p { color: rgb(194,117,102); }
H1.HeaderClassName
{
color: #C27566;
}
.AnyTagClassName
{
color: #C27566;
}
</style>
background-color css
<style>
a { background-color: #C27566; }
a { background-color: rgb(194,117,102); }
div.DivClassName
{
background-color: #C27566;
}
.BgClassName
{
background-color: #C27566;
}
</style>
border-color css
<style>
span { border-color: #C27566; }
span { border-color: rgb(194,117,102); }
td.TdClassName
{
border-color: #C27566;
}
.TagClassName
{
border-color: #C27566;
}
</style>