Shades of Contessa #C96665
Tints of Contessa #C96665
RGB
CMYK
RGB Variations
Color information
#C96665 (or 0xC96665) is known color: Contessa. HEX triplet: C9, 66 and 65. RGB value is (201,102,101). Sum of RGB (Red+Green+Blue) = 201+102+101=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C96665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96665 is #36999A. Grayscale: #838383. Windows color (decimal): -3578267 or 6645449. OLE color: 6645449.
HSL color Cylindrical-coordinate representation of color #C96665: hue angle of 0.6º 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 #C96665 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 101 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.21 |
| HSL | 0.6º | 0.48% | 0.59% | - |
| HSV(B) | 0.6º | 0.5% | 0.79% | - |
| XYZ | 31.19 | 22.86 | 15.08 | - |
| YUV | 131.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 101 | 0 | 0.49 | 0.50 | 0.21 | 0.6 | 0.48 | 0.59 |
| Hex | C9 | 66 | 65 | 0 | 31 | 32 | 15 | 1 | 30 | 3B |
| Octal | 311 | 146 | 145 | 0 | 61 | 62 | 25 | 1 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1100101 | 0 | 110001 | 110010 | 10101 | 1 | 110000 | 111011 |
Color Harmonies of #C96665
Complementary color
Monochromatic Colors of #C96665
Black with #C96665
Text Example
Text Example
White with #C96665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96665; }
p { color: rgb(201,102,101); }
H1.HeaderClassName
{
color: #C96665;
}
.AnyTagClassName
{
color: #C96665;
}
</style>
background-color css
<style>
a { background-color: #C96665; }
a { background-color: rgb(201,102,101); }
div.DivClassName
{
background-color: #C96665;
}
.BgClassName
{
background-color: #C96665;
}
</style>
border-color css
<style>
span { border-color: #C96665; }
span { border-color: rgb(201,102,101); }
td.TdClassName
{
border-color: #C96665;
}
.TagClassName
{
border-color: #C96665;
}
</style>