Shades of Contessa #C27268
Tints of Contessa #C27268
RGB
CMYK
RGB Variations
Color information
#C27268 (or 0xC27268) is known color: Contessa. HEX triplet: C2, 72 and 68. RGB value is (194,114,104). Sum of RGB (Red+Green+Blue) = 194+114+104=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27268 is #3D8D97. Grayscale: #888888. Windows color (decimal): -4033944 or 6845122. OLE color: 6845122.
HSL color Cylindrical-coordinate representation of color #C27268: hue angle of 6.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27268 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 104 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.24 |
| HSL | 6.67º | 0.42% | 0.58% | - |
| HSV(B) | 6.67º | 0.46% | 0.76% | - |
| XYZ | 30.76 | 24.5 | 16.2 | - |
| YUV | 136.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 104 | 0 | 0.41 | 0.46 | 0.24 | 6.67 | 0.42 | 0.58 |
| Hex | C2 | 72 | 68 | 0 | 29 | 2E | 18 | 7 | 2A | 3A |
| Octal | 302 | 162 | 150 | 0 | 51 | 56 | 30 | 7 | 52 | 72 |
| Binary | 11000010 | 1110010 | 1101000 | 0 | 101001 | 101110 | 11000 | 111 | 101010 | 111010 |
Color Harmonies of #C27268
Complementary color
Monochromatic Colors of #C27268
Black with #C27268
Text Example
Text Example
White with #C27268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27268; }
p { color: rgb(194,114,104); }
H1.HeaderClassName
{
color: #C27268;
}
.AnyTagClassName
{
color: #C27268;
}
</style>
background-color css
<style>
a { background-color: #C27268; }
a { background-color: rgb(194,114,104); }
div.DivClassName
{
background-color: #C27268;
}
.BgClassName
{
background-color: #C27268;
}
</style>
border-color css
<style>
span { border-color: #C27268; }
span { border-color: rgb(194,114,104); }
td.TdClassName
{
border-color: #C27268;
}
.TagClassName
{
border-color: #C27268;
}
</style>