Shades of Contessa #C16D62
Tints of Contessa #C16D62
RGB
CMYK
RGB Variations
Color information
#C16D62 (or 0xC16D62) is known color: Contessa. HEX triplet: C1, 6D and 62. RGB value is (193,109,98). Sum of RGB (Red+Green+Blue) = 193+109+98=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D62 is #3E929D. Grayscale: #848484. Windows color (decimal): -4100766 or 6450625. OLE color: 6450625.
HSL color Cylindrical-coordinate representation of color #C16D62: hue angle of 6.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16D62 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 98 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.24 |
| HSL | 6.95º | 0.43% | 0.57% | - |
| HSV(B) | 6.95º | 0.49% | 0.76% | - |
| XYZ | 29.67 | 23.16 | 14.46 | - |
| YUV | 132.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 98 | 0 | 0.44 | 0.49 | 0.24 | 6.95 | 0.43 | 0.57 |
| Hex | C1 | 6D | 62 | 0 | 2C | 31 | 18 | 7 | 2B | 39 |
| Octal | 301 | 155 | 142 | 0 | 54 | 61 | 30 | 7 | 53 | 71 |
| Binary | 11000001 | 1101101 | 1100010 | 0 | 101100 | 110001 | 11000 | 111 | 101011 | 111001 |
Color Harmonies of #C16D62
Complementary color
Monochromatic Colors of #C16D62
Black with #C16D62
Text Example
Text Example
White with #C16D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D62; }
p { color: rgb(193,109,98); }
H1.HeaderClassName
{
color: #C16D62;
}
.AnyTagClassName
{
color: #C16D62;
}
</style>
background-color css
<style>
a { background-color: #C16D62; }
a { background-color: rgb(193,109,98); }
div.DivClassName
{
background-color: #C16D62;
}
.BgClassName
{
background-color: #C16D62;
}
</style>
border-color css
<style>
span { border-color: #C16D62; }
span { border-color: rgb(193,109,98); }
td.TdClassName
{
border-color: #C16D62;
}
.TagClassName
{
border-color: #C16D62;
}
</style>