Shades of Contessa #C17764
Tints of Contessa #C17764
RGB
CMYK
RGB Variations
Color information
#C17764 (or 0xC17764) is known color: Contessa. HEX triplet: C1, 77 and 64. RGB value is (193,119,100). Sum of RGB (Red+Green+Blue) = 193+119+100=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C17764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17764 is #3E889B. Grayscale: #8B8B8B. Windows color (decimal): -4098204 or 6584257. OLE color: 6584257.
HSL color Cylindrical-coordinate representation of color #C17764: hue angle of 12.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17764 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 100 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.24 |
| HSL | 12.26º | 0.43% | 0.57% | - |
| HSV(B) | 12.26º | 0.48% | 0.76% | - |
| XYZ | 30.89 | 25.45 | 15.34 | - |
| YUV | 138.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 100 | 0 | 0.38 | 0.48 | 0.24 | 12.26 | 0.43 | 0.57 |
| Hex | C1 | 77 | 64 | 0 | 26 | 30 | 18 | C | 2B | 39 |
| Octal | 301 | 167 | 144 | 0 | 46 | 60 | 30 | 14 | 53 | 71 |
| Binary | 11000001 | 1110111 | 1100100 | 0 | 100110 | 110000 | 11000 | 1100 | 101011 | 111001 |
Color Harmonies of #C17764
Complementary color
Monochromatic Colors of #C17764
Black with #C17764
Text Example
Text Example
White with #C17764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17764; }
p { color: rgb(193,119,100); }
H1.HeaderClassName
{
color: #C17764;
}
.AnyTagClassName
{
color: #C17764;
}
</style>
background-color css
<style>
a { background-color: #C17764; }
a { background-color: rgb(193,119,100); }
div.DivClassName
{
background-color: #C17764;
}
.BgClassName
{
background-color: #C17764;
}
</style>
border-color css
<style>
span { border-color: #C17764; }
span { border-color: rgb(193,119,100); }
td.TdClassName
{
border-color: #C17764;
}
.TagClassName
{
border-color: #C17764;
}
</style>