Shades of Contessa #C2746C
Tints of Contessa #C2746C
RGB
CMYK
RGB Variations
Color information
#C2746C (or 0xC2746C) is known color: Contessa. HEX triplet: C2, 74 and 6C. RGB value is (194,116,108). Sum of RGB (Red+Green+Blue) = 194+116+108=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2746C is #3D8B93. Grayscale: #8A8A8A. Windows color (decimal): -4033428 or 7107778. OLE color: 7107778.
HSL color Cylindrical-coordinate representation of color #C2746C: hue angle of 5.58º 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 #C2746C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 108 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.24 |
| HSL | 5.58º | 0.41% | 0.59% | - |
| HSV(B) | 5.58º | 0.44% | 0.76% | - |
| XYZ | 31.2 | 25.04 | 17.38 | - |
| YUV | 138.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 108 | 0 | 0.40 | 0.44 | 0.24 | 5.58 | 0.41 | 0.59 |
| Hex | C2 | 74 | 6C | 0 | 28 | 2C | 18 | 6 | 29 | 3B |
| Octal | 302 | 164 | 154 | 0 | 50 | 54 | 30 | 6 | 51 | 73 |
| Binary | 11000010 | 1110100 | 1101100 | 0 | 101000 | 101100 | 11000 | 110 | 101001 | 111011 |
Color Harmonies of #C2746C
Complementary color
Monochromatic Colors of #C2746C
Black with #C2746C
Text Example
Text Example
White with #C2746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2746C; }
p { color: rgb(194,116,108); }
H1.HeaderClassName
{
color: #C2746C;
}
.AnyTagClassName
{
color: #C2746C;
}
</style>
background-color css
<style>
a { background-color: #C2746C; }
a { background-color: rgb(194,116,108); }
div.DivClassName
{
background-color: #C2746C;
}
.BgClassName
{
background-color: #C2746C;
}
</style>
border-color css
<style>
span { border-color: #C2746C; }
span { border-color: rgb(194,116,108); }
td.TdClassName
{
border-color: #C2746C;
}
.TagClassName
{
border-color: #C2746C;
}
</style>