Shades of Contessa #C17D6D
Tints of Contessa #C17D6D
RGB
CMYK
RGB Variations
Color information
#C17D6D (or 0xC17D6D) is known color: Contessa. HEX triplet: C1, 7D and 6D. RGB value is (193,125,109). Sum of RGB (Red+Green+Blue) = 193+125+109=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D6D is #3E8292. Grayscale: #8F8F8F. Windows color (decimal): -4096659 or 7175617. OLE color: 7175617.
HSL color Cylindrical-coordinate representation of color #C17D6D: hue angle of 11.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17D6D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 109 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.24 |
| HSL | 11.43º | 0.4% | 0.59% | - |
| HSV(B) | 11.43º | 0.44% | 0.76% | - |
| XYZ | 32.09 | 27.11 | 18.01 | - |
| YUV | 143.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 109 | 0 | 0.35 | 0.44 | 0.24 | 11.43 | 0.4 | 0.59 |
| Hex | C1 | 7D | 6D | 0 | 23 | 2C | 18 | B | 28 | 3B |
| Octal | 301 | 175 | 155 | 0 | 43 | 54 | 30 | 13 | 50 | 73 |
| Binary | 11000001 | 1111101 | 1101101 | 0 | 100011 | 101100 | 11000 | 1011 | 101000 | 111011 |
Color Harmonies of #C17D6D
Complementary color
Monochromatic Colors of #C17D6D
Black with #C17D6D
Text Example
Text Example
White with #C17D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D6D; }
p { color: rgb(193,125,109); }
H1.HeaderClassName
{
color: #C17D6D;
}
.AnyTagClassName
{
color: #C17D6D;
}
</style>
background-color css
<style>
a { background-color: #C17D6D; }
a { background-color: rgb(193,125,109); }
div.DivClassName
{
background-color: #C17D6D;
}
.BgClassName
{
background-color: #C17D6D;
}
</style>
border-color css
<style>
span { border-color: #C17D6D; }
span { border-color: rgb(193,125,109); }
td.TdClassName
{
border-color: #C17D6D;
}
.TagClassName
{
border-color: #C17D6D;
}
</style>