Shades of Contessa #C17973
Tints of Contessa #C17973
RGB
CMYK
RGB Variations
Color information
#C17973 (or 0xC17973) is known color: Contessa. HEX triplet: C1, 79 and 73. RGB value is (193,121,115). Sum of RGB (Red+Green+Blue) = 193+121+115=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17973 is #3E868C. Grayscale: #8D8D8D. Windows color (decimal): -4097677 or 7567809. OLE color: 7567809.
HSL color Cylindrical-coordinate representation of color #C17973: hue angle of 4.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17973 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 115 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.24 |
| HSL | 4.62º | 0.39% | 0.6% | - |
| HSV(B) | 4.62º | 0.4% | 0.76% | - |
| XYZ | 31.92 | 26.25 | 19.6 | - |
| YUV | 141.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 115 | 0 | 0.37 | 0.40 | 0.24 | 4.62 | 0.39 | 0.6 |
| Hex | C1 | 79 | 73 | 0 | 25 | 28 | 18 | 5 | 27 | 3C |
| Octal | 301 | 171 | 163 | 0 | 45 | 50 | 30 | 5 | 47 | 74 |
| Binary | 11000001 | 1111001 | 1110011 | 0 | 100101 | 101000 | 11000 | 101 | 100111 | 111100 |
Color Harmonies of #C17973
Complementary color
Monochromatic Colors of #C17973
Black with #C17973
Text Example
Text Example
White with #C17973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17973; }
p { color: rgb(193,121,115); }
H1.HeaderClassName
{
color: #C17973;
}
.AnyTagClassName
{
color: #C17973;
}
</style>
background-color css
<style>
a { background-color: #C17973; }
a { background-color: rgb(193,121,115); }
div.DivClassName
{
background-color: #C17973;
}
.BgClassName
{
background-color: #C17973;
}
</style>
border-color css
<style>
span { border-color: #C17973; }
span { border-color: rgb(193,121,115); }
td.TdClassName
{
border-color: #C17973;
}
.TagClassName
{
border-color: #C17973;
}
</style>