Shades of Contessa #C17A65
Tints of Contessa #C17A65
RGB
CMYK
RGB Variations
Color information
#C17A65 (or 0xC17A65) is known color: Contessa. HEX triplet: C1, 7A and 65. RGB value is (193,122,101). Sum of RGB (Red+Green+Blue) = 193+122+101=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A65 is #3E859A. Grayscale: #8C8C8C. Windows color (decimal): -4097435 or 6650561. OLE color: 6650561.
HSL color Cylindrical-coordinate representation of color #C17A65: hue angle of 13.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17A65 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 101 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.24 |
| HSL | 13.7º | 0.43% | 0.58% | - |
| HSV(B) | 13.7º | 0.48% | 0.76% | - |
| XYZ | 31.3 | 26.2 | 15.72 | - |
| YUV | 140.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 101 | 0 | 0.37 | 0.48 | 0.24 | 13.7 | 0.43 | 0.58 |
| Hex | C1 | 7A | 65 | 0 | 25 | 30 | 18 | E | 2B | 3A |
| Octal | 301 | 172 | 145 | 0 | 45 | 60 | 30 | 16 | 53 | 72 |
| Binary | 11000001 | 1111010 | 1100101 | 0 | 100101 | 110000 | 11000 | 1110 | 101011 | 111010 |
Color Harmonies of #C17A65
Complementary color
Monochromatic Colors of #C17A65
Black with #C17A65
Text Example
Text Example
White with #C17A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A65; }
p { color: rgb(193,122,101); }
H1.HeaderClassName
{
color: #C17A65;
}
.AnyTagClassName
{
color: #C17A65;
}
</style>
background-color css
<style>
a { background-color: #C17A65; }
a { background-color: rgb(193,122,101); }
div.DivClassName
{
background-color: #C17A65;
}
.BgClassName
{
background-color: #C17A65;
}
</style>
border-color css
<style>
span { border-color: #C17A65; }
span { border-color: rgb(193,122,101); }
td.TdClassName
{
border-color: #C17A65;
}
.TagClassName
{
border-color: #C17A65;
}
</style>