Shades of Contessa #C27261
Tints of Contessa #C27261
RGB
CMYK
RGB Variations
Color information
#C27261 (or 0xC27261) is known color: Contessa. HEX triplet: C2, 72 and 61. RGB value is (194,114,97). Sum of RGB (Red+Green+Blue) = 194+114+97=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C27261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27261 is #3D8D9E. Grayscale: #888888. Windows color (decimal): -4033951 or 6386370. OLE color: 6386370.
HSL color Cylindrical-coordinate representation of color #C27261: hue angle of 10.52º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27261 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 97 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.24 |
| HSL | 10.52º | 0.44% | 0.57% | - |
| HSV(B) | 10.52º | 0.5% | 0.76% | - |
| XYZ | 30.42 | 24.37 | 14.41 | - |
| YUV | 135.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 97 | 0 | 0.41 | 0.50 | 0.24 | 10.52 | 0.44 | 0.57 |
| Hex | C2 | 72 | 61 | 0 | 29 | 32 | 18 | B | 2C | 39 |
| Octal | 302 | 162 | 141 | 0 | 51 | 62 | 30 | 13 | 54 | 71 |
| Binary | 11000010 | 1110010 | 1100001 | 0 | 101001 | 110010 | 11000 | 1011 | 101100 | 111001 |
Color Harmonies of #C27261
Complementary color
Monochromatic Colors of #C27261
Black with #C27261
Text Example
Text Example
White with #C27261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27261; }
p { color: rgb(194,114,97); }
H1.HeaderClassName
{
color: #C27261;
}
.AnyTagClassName
{
color: #C27261;
}
</style>
background-color css
<style>
a { background-color: #C27261; }
a { background-color: rgb(194,114,97); }
div.DivClassName
{
background-color: #C27261;
}
.BgClassName
{
background-color: #C27261;
}
</style>
border-color css
<style>
span { border-color: #C27261; }
span { border-color: rgb(194,114,97); }
td.TdClassName
{
border-color: #C27261;
}
.TagClassName
{
border-color: #C27261;
}
</style>