Shades of Contessa #C97165
Tints of Contessa #C97165
RGB
CMYK
RGB Variations
Color information
#C97165 (or 0xC97165) is known color: Contessa. HEX triplet: C9, 71 and 65. RGB value is (201,113,101). Sum of RGB (Red+Green+Blue) = 201+113+101=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C97165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97165 is #368E9A. Grayscale: #8A8A8A. Windows color (decimal): -3575451 or 6648265. OLE color: 6648265.
HSL color Cylindrical-coordinate representation of color #C97165: hue angle of 7.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97165 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 101 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.21 |
| HSL | 7.2º | 0.48% | 0.59% | - |
| HSV(B) | 7.2º | 0.5% | 0.79% | - |
| XYZ | 32.34 | 25.17 | 15.47 | - |
| YUV | 137.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 101 | 0 | 0.44 | 0.50 | 0.21 | 7.2 | 0.48 | 0.59 |
| Hex | C9 | 71 | 65 | 0 | 2C | 32 | 15 | 7 | 30 | 3B |
| Octal | 311 | 161 | 145 | 0 | 54 | 62 | 25 | 7 | 60 | 73 |
| Binary | 11001001 | 1110001 | 1100101 | 0 | 101100 | 110010 | 10101 | 111 | 110000 | 111011 |
Color Harmonies of #C97165
Complementary color
Monochromatic Colors of #C97165
Black with #C97165
Text Example
Text Example
White with #C97165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97165; }
p { color: rgb(201,113,101); }
H1.HeaderClassName
{
color: #C97165;
}
.AnyTagClassName
{
color: #C97165;
}
</style>
background-color css
<style>
a { background-color: #C97165; }
a { background-color: rgb(201,113,101); }
div.DivClassName
{
background-color: #C97165;
}
.BgClassName
{
background-color: #C97165;
}
</style>
border-color css
<style>
span { border-color: #C97165; }
span { border-color: rgb(201,113,101); }
td.TdClassName
{
border-color: #C97165;
}
.TagClassName
{
border-color: #C97165;
}
</style>