Shades of Contessa #C2706E
Tints of Contessa #C2706E
RGB
CMYK
RGB Variations
Color information
#C2706E (or 0xC2706E) is known color: Contessa. HEX triplet: C2, 70 and 6E. RGB value is (194,112,110). Sum of RGB (Red+Green+Blue) = 194+112+110=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2706E is #3D8F91. Grayscale: #888888. Windows color (decimal): -4034450 or 7237826. OLE color: 7237826.
HSL color Cylindrical-coordinate representation of color #C2706E: hue angle of 1.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2706E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 110 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.24 |
| HSL | 1.43º | 0.41% | 0.6% | - |
| HSV(B) | 1.43º | 0.43% | 0.76% | - |
| XYZ | 30.86 | 24.18 | 17.79 | - |
| YUV | 136.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 110 | 0 | 0.42 | 0.43 | 0.24 | 1.43 | 0.41 | 0.6 |
| Hex | C2 | 70 | 6E | 0 | 2A | 2B | 18 | 1 | 29 | 3C |
| Octal | 302 | 160 | 156 | 0 | 52 | 53 | 30 | 1 | 51 | 74 |
| Binary | 11000010 | 1110000 | 1101110 | 0 | 101010 | 101011 | 11000 | 1 | 101001 | 111100 |
Color Harmonies of #C2706E
Complementary color
Monochromatic Colors of #C2706E
Black with #C2706E
Text Example
Text Example
White with #C2706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2706E; }
p { color: rgb(194,112,110); }
H1.HeaderClassName
{
color: #C2706E;
}
.AnyTagClassName
{
color: #C2706E;
}
</style>
background-color css
<style>
a { background-color: #C2706E; }
a { background-color: rgb(194,112,110); }
div.DivClassName
{
background-color: #C2706E;
}
.BgClassName
{
background-color: #C2706E;
}
</style>
border-color css
<style>
span { border-color: #C2706E; }
span { border-color: rgb(194,112,110); }
td.TdClassName
{
border-color: #C2706E;
}
.TagClassName
{
border-color: #C2706E;
}
</style>