Shades of Contessa #C17865
Tints of Contessa #C17865
RGB
CMYK
RGB Variations
Color information
#C17865 (or 0xC17865) is known color: Contessa. HEX triplet: C1, 78 and 65. RGB value is (193,120,101). Sum of RGB (Red+Green+Blue) = 193+120+101=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C17865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17865 is #3E879A. Grayscale: #8B8B8B. Windows color (decimal): -4097947 or 6650049. OLE color: 6650049.
HSL color Cylindrical-coordinate representation of color #C17865: hue angle of 12.39º 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 #C17865 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 101 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.24 |
| HSL | 12.39º | 0.43% | 0.58% | - |
| HSV(B) | 12.39º | 0.48% | 0.76% | - |
| XYZ | 31.06 | 25.71 | 15.64 | - |
| YUV | 139.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 101 | 0 | 0.38 | 0.48 | 0.24 | 12.39 | 0.43 | 0.58 |
| Hex | C1 | 78 | 65 | 0 | 26 | 30 | 18 | C | 2B | 3A |
| Octal | 301 | 170 | 145 | 0 | 46 | 60 | 30 | 14 | 53 | 72 |
| Binary | 11000001 | 1111000 | 1100101 | 0 | 100110 | 110000 | 11000 | 1100 | 101011 | 111010 |
Color Harmonies of #C17865
Complementary color
Monochromatic Colors of #C17865
Black with #C17865
Text Example
Text Example
White with #C17865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17865; }
p { color: rgb(193,120,101); }
H1.HeaderClassName
{
color: #C17865;
}
.AnyTagClassName
{
color: #C17865;
}
</style>
background-color css
<style>
a { background-color: #C17865; }
a { background-color: rgb(193,120,101); }
div.DivClassName
{
background-color: #C17865;
}
.BgClassName
{
background-color: #C17865;
}
</style>
border-color css
<style>
span { border-color: #C17865; }
span { border-color: rgb(193,120,101); }
td.TdClassName
{
border-color: #C17865;
}
.TagClassName
{
border-color: #C17865;
}
</style>