Shades of Contessa #C2726D
Tints of Contessa #C2726D
RGB
CMYK
RGB Variations
Color information
#C2726D (or 0xC2726D) is known color: Contessa. HEX triplet: C2, 72 and 6D. RGB value is (194,114,109). Sum of RGB (Red+Green+Blue) = 194+114+109=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2726D is #3D8D92. Grayscale: #898989. Windows color (decimal): -4033939 or 7172802. OLE color: 7172802.
HSL color Cylindrical-coordinate representation of color #C2726D: hue angle of 3.53º 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 #C2726D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 109 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.24 |
| HSL | 3.53º | 0.41% | 0.59% | - |
| HSV(B) | 3.53º | 0.44% | 0.76% | - |
| XYZ | 31.03 | 24.61 | 17.58 | - |
| YUV | 137.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 109 | 0 | 0.41 | 0.44 | 0.24 | 3.53 | 0.41 | 0.59 |
| Hex | C2 | 72 | 6D | 0 | 29 | 2C | 18 | 4 | 29 | 3B |
| Octal | 302 | 162 | 155 | 0 | 51 | 54 | 30 | 4 | 51 | 73 |
| Binary | 11000010 | 1110010 | 1101101 | 0 | 101001 | 101100 | 11000 | 100 | 101001 | 111011 |
Color Harmonies of #C2726D
Complementary color
Monochromatic Colors of #C2726D
Black with #C2726D
Text Example
Text Example
White with #C2726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2726D; }
p { color: rgb(194,114,109); }
H1.HeaderClassName
{
color: #C2726D;
}
.AnyTagClassName
{
color: #C2726D;
}
</style>
background-color css
<style>
a { background-color: #C2726D; }
a { background-color: rgb(194,114,109); }
div.DivClassName
{
background-color: #C2726D;
}
.BgClassName
{
background-color: #C2726D;
}
</style>
border-color css
<style>
span { border-color: #C2726D; }
span { border-color: rgb(194,114,109); }
td.TdClassName
{
border-color: #C2726D;
}
.TagClassName
{
border-color: #C2726D;
}
</style>