Shades of Contessa #C17365
Tints of Contessa #C17365
RGB
CMYK
RGB Variations
Color information
#C17365 (or 0xC17365) is known color: Contessa. HEX triplet: C1, 73 and 65. RGB value is (193,115,101). Sum of RGB (Red+Green+Blue) = 193+115+101=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C17365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17365 is #3E8C9A. Grayscale: #888888. Windows color (decimal): -4099227 or 6648769. OLE color: 6648769.
HSL color Cylindrical-coordinate representation of color #C17365: hue angle of 9.13º 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 #C17365 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 101 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.24 |
| HSL | 9.13º | 0.43% | 0.58% | - |
| HSV(B) | 9.13º | 0.48% | 0.76% | - |
| XYZ | 30.47 | 24.54 | 15.44 | - |
| YUV | 136.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 101 | 0 | 0.40 | 0.48 | 0.24 | 9.13 | 0.43 | 0.58 |
| Hex | C1 | 73 | 65 | 0 | 28 | 30 | 18 | 9 | 2B | 3A |
| Octal | 301 | 163 | 145 | 0 | 50 | 60 | 30 | 11 | 53 | 72 |
| Binary | 11000001 | 1110011 | 1100101 | 0 | 101000 | 110000 | 11000 | 1001 | 101011 | 111010 |
Color Harmonies of #C17365
Complementary color
Monochromatic Colors of #C17365
Black with #C17365
Text Example
Text Example
White with #C17365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17365; }
p { color: rgb(193,115,101); }
H1.HeaderClassName
{
color: #C17365;
}
.AnyTagClassName
{
color: #C17365;
}
</style>
background-color css
<style>
a { background-color: #C17365; }
a { background-color: rgb(193,115,101); }
div.DivClassName
{
background-color: #C17365;
}
.BgClassName
{
background-color: #C17365;
}
</style>
border-color css
<style>
span { border-color: #C17365; }
span { border-color: rgb(193,115,101); }
td.TdClassName
{
border-color: #C17365;
}
.TagClassName
{
border-color: #C17365;
}
</style>