Shades of Contessa #C27973
Tints of Contessa #C27973
RGB
CMYK
RGB Variations
Color information
#C27973 (or 0xC27973) is known color: Contessa. HEX triplet: C2, 79 and 73. RGB value is (194,121,115). Sum of RGB (Red+Green+Blue) = 194+121+115=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27973 is #3D868C. Grayscale: #8E8E8E. Windows color (decimal): -4032141 or 7567810. OLE color: 7567810.
HSL color Cylindrical-coordinate representation of color #C27973: hue angle of 4.56º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27973 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 115 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.24 |
| HSL | 4.56º | 0.39% | 0.61% | - |
| HSV(B) | 4.56º | 0.41% | 0.76% | - |
| XYZ | 32.18 | 26.38 | 19.62 | - |
| YUV | 142.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 115 | 0 | 0.38 | 0.41 | 0.24 | 4.56 | 0.39 | 0.61 |
| Hex | C2 | 79 | 73 | 0 | 26 | 29 | 18 | 5 | 27 | 3D |
| Octal | 302 | 171 | 163 | 0 | 46 | 51 | 30 | 5 | 47 | 75 |
| Binary | 11000010 | 1111001 | 1110011 | 0 | 100110 | 101001 | 11000 | 101 | 100111 | 111101 |
Color Harmonies of #C27973
Complementary color
Monochromatic Colors of #C27973
Black with #C27973
Text Example
Text Example
White with #C27973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27973; }
p { color: rgb(194,121,115); }
H1.HeaderClassName
{
color: #C27973;
}
.AnyTagClassName
{
color: #C27973;
}
</style>
background-color css
<style>
a { background-color: #C27973; }
a { background-color: rgb(194,121,115); }
div.DivClassName
{
background-color: #C27973;
}
.BgClassName
{
background-color: #C27973;
}
</style>
border-color css
<style>
span { border-color: #C27973; }
span { border-color: rgb(194,121,115); }
td.TdClassName
{
border-color: #C27973;
}
.TagClassName
{
border-color: #C27973;
}
</style>