Shades of Contessa #C2746D
Tints of Contessa #C2746D
RGB
CMYK
RGB Variations
Color information
#C2746D (or 0xC2746D) is known color: Contessa. HEX triplet: C2, 74 and 6D. RGB value is (194,116,109). Sum of RGB (Red+Green+Blue) = 194+116+109=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2746D is #3D8B92. Grayscale: #8A8A8A. Windows color (decimal): -4033427 or 7173314. OLE color: 7173314.
HSL color Cylindrical-coordinate representation of color #C2746D: hue angle of 4.94º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2746D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 109 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.24 |
| HSL | 4.94º | 0.41% | 0.59% | - |
| HSV(B) | 4.94º | 0.44% | 0.76% | - |
| XYZ | 31.25 | 25.06 | 17.66 | - |
| YUV | 138.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 109 | 0 | 0.40 | 0.44 | 0.24 | 4.94 | 0.41 | 0.59 |
| Hex | C2 | 74 | 6D | 0 | 28 | 2C | 18 | 5 | 29 | 3B |
| Octal | 302 | 164 | 155 | 0 | 50 | 54 | 30 | 5 | 51 | 73 |
| Binary | 11000010 | 1110100 | 1101101 | 0 | 101000 | 101100 | 11000 | 101 | 101001 | 111011 |
Color Harmonies of #C2746D
Complementary color
Monochromatic Colors of #C2746D
Black with #C2746D
Text Example
Text Example
White with #C2746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2746D; }
p { color: rgb(194,116,109); }
H1.HeaderClassName
{
color: #C2746D;
}
.AnyTagClassName
{
color: #C2746D;
}
</style>
background-color css
<style>
a { background-color: #C2746D; }
a { background-color: rgb(194,116,109); }
div.DivClassName
{
background-color: #C2746D;
}
.BgClassName
{
background-color: #C2746D;
}
</style>
border-color css
<style>
span { border-color: #C2746D; }
span { border-color: rgb(194,116,109); }
td.TdClassName
{
border-color: #C2746D;
}
.TagClassName
{
border-color: #C2746D;
}
</style>