Shades of Contessa #C17A64
Tints of Contessa #C17A64
RGB
CMYK
RGB Variations
Color information
#C17A64 (or 0xC17A64) is known color: Contessa. HEX triplet: C1, 7A and 64. RGB value is (193,122,100). Sum of RGB (Red+Green+Blue) = 193+122+100=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A64 is #3E859B. Grayscale: #8C8C8C. Windows color (decimal): -4097436 or 6585025. OLE color: 6585025.
HSL color Cylindrical-coordinate representation of color #C17A64: hue angle of 14.19º 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 #C17A64 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 100 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.24 |
| HSL | 14.19º | 0.43% | 0.57% | - |
| HSV(B) | 14.19º | 0.48% | 0.76% | - |
| XYZ | 31.25 | 26.18 | 15.46 | - |
| YUV | 140.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 100 | 0 | 0.37 | 0.48 | 0.24 | 14.19 | 0.43 | 0.57 |
| Hex | C1 | 7A | 64 | 0 | 25 | 30 | 18 | E | 2B | 39 |
| Octal | 301 | 172 | 144 | 0 | 45 | 60 | 30 | 16 | 53 | 71 |
| Binary | 11000001 | 1111010 | 1100100 | 0 | 100101 | 110000 | 11000 | 1110 | 101011 | 111001 |
Color Harmonies of #C17A64
Complementary color
Monochromatic Colors of #C17A64
Black with #C17A64
Text Example
Text Example
White with #C17A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A64; }
p { color: rgb(193,122,100); }
H1.HeaderClassName
{
color: #C17A64;
}
.AnyTagClassName
{
color: #C17A64;
}
</style>
background-color css
<style>
a { background-color: #C17A64; }
a { background-color: rgb(193,122,100); }
div.DivClassName
{
background-color: #C17A64;
}
.BgClassName
{
background-color: #C17A64;
}
</style>
border-color css
<style>
span { border-color: #C17A64; }
span { border-color: rgb(193,122,100); }
td.TdClassName
{
border-color: #C17A64;
}
.TagClassName
{
border-color: #C17A64;
}
</style>