Shades of Contessa #C17967
Tints of Contessa #C17967
RGB
CMYK
RGB Variations
Color information
#C17967 (or 0xC17967) is known color: Contessa. HEX triplet: C1, 79 and 67. RGB value is (193,121,103). Sum of RGB (Red+Green+Blue) = 193+121+103=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C17967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17967 is #3E8698. Grayscale: #8C8C8C. Windows color (decimal): -4097689 or 6781377. OLE color: 6781377.
HSL color Cylindrical-coordinate representation of color #C17967: hue angle of 12º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17967 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 103 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.24 |
| HSL | 12º | 0.42% | 0.58% | - |
| HSV(B) | 12º | 0.47% | 0.76% | - |
| XYZ | 31.28 | 25.99 | 16.2 | - |
| YUV | 140.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 103 | 0 | 0.37 | 0.47 | 0.24 | 12 | 0.42 | 0.58 |
| Hex | C1 | 79 | 67 | 0 | 25 | 2F | 18 | C | 2A | 3A |
| Octal | 301 | 171 | 147 | 0 | 45 | 57 | 30 | 14 | 52 | 72 |
| Binary | 11000001 | 1111001 | 1100111 | 0 | 100101 | 101111 | 11000 | 1100 | 101010 | 111010 |
Color Harmonies of #C17967
Complementary color
Monochromatic Colors of #C17967
Black with #C17967
Text Example
Text Example
White with #C17967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17967; }
p { color: rgb(193,121,103); }
H1.HeaderClassName
{
color: #C17967;
}
.AnyTagClassName
{
color: #C17967;
}
</style>
background-color css
<style>
a { background-color: #C17967; }
a { background-color: rgb(193,121,103); }
div.DivClassName
{
background-color: #C17967;
}
.BgClassName
{
background-color: #C17967;
}
</style>
border-color css
<style>
span { border-color: #C17967; }
span { border-color: rgb(193,121,103); }
td.TdClassName
{
border-color: #C17967;
}
.TagClassName
{
border-color: #C17967;
}
</style>