Shades of Contessa #C96761
Tints of Contessa #C96761
RGB
CMYK
RGB Variations
Color information
#C96761 (or 0xC96761) is known color: Contessa. HEX triplet: C9, 67 and 61. RGB value is (201,103,97). Sum of RGB (Red+Green+Blue) = 201+103+97=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96761 is #36989E. Grayscale: #838383. Windows color (decimal): -3578015 or 6383561. OLE color: 6383561.
HSL color Cylindrical-coordinate representation of color #C96761: hue angle of 3.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96761 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 97 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.21 |
| HSL | 3.46º | 0.49% | 0.58% | - |
| HSV(B) | 3.46º | 0.52% | 0.79% | - |
| XYZ | 31.1 | 22.98 | 14.11 | - |
| YUV | 131.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 97 | 0 | 0.49 | 0.52 | 0.21 | 3.46 | 0.49 | 0.58 |
| Hex | C9 | 67 | 61 | 0 | 31 | 34 | 15 | 3 | 31 | 3A |
| Octal | 311 | 147 | 141 | 0 | 61 | 64 | 25 | 3 | 61 | 72 |
| Binary | 11001001 | 1100111 | 1100001 | 0 | 110001 | 110100 | 10101 | 11 | 110001 | 111010 |
Color Harmonies of #C96761
Complementary color
Monochromatic Colors of #C96761
Black with #C96761
Text Example
Text Example
White with #C96761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96761; }
p { color: rgb(201,103,97); }
H1.HeaderClassName
{
color: #C96761;
}
.AnyTagClassName
{
color: #C96761;
}
</style>
background-color css
<style>
a { background-color: #C96761; }
a { background-color: rgb(201,103,97); }
div.DivClassName
{
background-color: #C96761;
}
.BgClassName
{
background-color: #C96761;
}
</style>
border-color css
<style>
span { border-color: #C96761; }
span { border-color: rgb(201,103,97); }
td.TdClassName
{
border-color: #C96761;
}
.TagClassName
{
border-color: #C96761;
}
</style>