Shades of Contessa #C17874
Tints of Contessa #C17874
RGB
CMYK
RGB Variations
Color information
#C17874 (or 0xC17874) is known color: Contessa. HEX triplet: C1, 78 and 74. RGB value is (193,120,116). Sum of RGB (Red+Green+Blue) = 193+120+116=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17874 is #3E878B. Grayscale: #8D8D8D. Windows color (decimal): -4097932 or 7633089. OLE color: 7633089.
HSL color Cylindrical-coordinate representation of color #C17874: hue angle of 3.12º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17874 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 116 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.24 |
| HSL | 3.12º | 0.38% | 0.61% | - |
| HSV(B) | 3.12º | 0.4% | 0.76% | - |
| XYZ | 31.86 | 26.03 | 19.87 | - |
| YUV | 141.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 116 | 0 | 0.38 | 0.40 | 0.24 | 3.12 | 0.38 | 0.61 |
| Hex | C1 | 78 | 74 | 0 | 26 | 28 | 18 | 3 | 26 | 3D |
| Octal | 301 | 170 | 164 | 0 | 46 | 50 | 30 | 3 | 46 | 75 |
| Binary | 11000001 | 1111000 | 1110100 | 0 | 100110 | 101000 | 11000 | 11 | 100110 | 111101 |
Color Harmonies of #C17874
Complementary color
Monochromatic Colors of #C17874
Black with #C17874
Text Example
Text Example
White with #C17874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17874; }
p { color: rgb(193,120,116); }
H1.HeaderClassName
{
color: #C17874;
}
.AnyTagClassName
{
color: #C17874;
}
</style>
background-color css
<style>
a { background-color: #C17874; }
a { background-color: rgb(193,120,116); }
div.DivClassName
{
background-color: #C17874;
}
.BgClassName
{
background-color: #C17874;
}
</style>
border-color css
<style>
span { border-color: #C17874; }
span { border-color: rgb(193,120,116); }
td.TdClassName
{
border-color: #C17874;
}
.TagClassName
{
border-color: #C17874;
}
</style>