Shades of Contessa #C97162
Tints of Contessa #C97162
RGB
CMYK
RGB Variations
Color information
#C97162 (or 0xC97162) is known color: Contessa. HEX triplet: C9, 71 and 62. RGB value is (201,113,98). Sum of RGB (Red+Green+Blue) = 201+113+98=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C97162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97162 is #368E9D. Grayscale: #898989. Windows color (decimal): -3575454 or 6451657. OLE color: 6451657.
HSL color Cylindrical-coordinate representation of color #C97162: hue angle of 8.74º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97162 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 98 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.21 |
| HSL | 8.74º | 0.49% | 0.59% | - |
| HSV(B) | 8.74º | 0.51% | 0.79% | - |
| XYZ | 32.2 | 25.11 | 14.7 | - |
| YUV | 137.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 98 | 0 | 0.44 | 0.51 | 0.21 | 8.74 | 0.49 | 0.59 |
| Hex | C9 | 71 | 62 | 0 | 2C | 33 | 15 | 9 | 31 | 3B |
| Octal | 311 | 161 | 142 | 0 | 54 | 63 | 25 | 11 | 61 | 73 |
| Binary | 11001001 | 1110001 | 1100010 | 0 | 101100 | 110011 | 10101 | 1001 | 110001 | 111011 |
Color Harmonies of #C97162
Complementary color
Monochromatic Colors of #C97162
Black with #C97162
Text Example
Text Example
White with #C97162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97162; }
p { color: rgb(201,113,98); }
H1.HeaderClassName
{
color: #C97162;
}
.AnyTagClassName
{
color: #C97162;
}
</style>
background-color css
<style>
a { background-color: #C97162; }
a { background-color: rgb(201,113,98); }
div.DivClassName
{
background-color: #C97162;
}
.BgClassName
{
background-color: #C97162;
}
</style>
border-color css
<style>
span { border-color: #C97162; }
span { border-color: rgb(201,113,98); }
td.TdClassName
{
border-color: #C97162;
}
.TagClassName
{
border-color: #C97162;
}
</style>