Shades of Contessa #C96D63
Tints of Contessa #C96D63
RGB
CMYK
RGB Variations
Color information
#C96D63 (or 0xC96D63) is known color: Contessa. HEX triplet: C9, 6D and 63. RGB value is (201,109,99). Sum of RGB (Red+Green+Blue) = 201+109+99=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D63 is #36929C. Grayscale: #878787. Windows color (decimal): -3576477 or 6516169. OLE color: 6516169.
HSL color Cylindrical-coordinate representation of color #C96D63: hue angle of 5.88º 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 #C96D63 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 99 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.21 |
| HSL | 5.88º | 0.49% | 0.59% | - |
| HSV(B) | 5.88º | 0.51% | 0.79% | - |
| XYZ | 31.81 | 24.26 | 14.81 | - |
| YUV | 135.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 99 | 0 | 0.46 | 0.51 | 0.21 | 5.88 | 0.49 | 0.59 |
| Hex | C9 | 6D | 63 | 0 | 2E | 33 | 15 | 6 | 31 | 3B |
| Octal | 311 | 155 | 143 | 0 | 56 | 63 | 25 | 6 | 61 | 73 |
| Binary | 11001001 | 1101101 | 1100011 | 0 | 101110 | 110011 | 10101 | 110 | 110001 | 111011 |
Color Harmonies of #C96D63
Complementary color
Monochromatic Colors of #C96D63
Black with #C96D63
Text Example
Text Example
White with #C96D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D63; }
p { color: rgb(201,109,99); }
H1.HeaderClassName
{
color: #C96D63;
}
.AnyTagClassName
{
color: #C96D63;
}
</style>
background-color css
<style>
a { background-color: #C96D63; }
a { background-color: rgb(201,109,99); }
div.DivClassName
{
background-color: #C96D63;
}
.BgClassName
{
background-color: #C96D63;
}
</style>
border-color css
<style>
span { border-color: #C96D63; }
span { border-color: rgb(201,109,99); }
td.TdClassName
{
border-color: #C96D63;
}
.TagClassName
{
border-color: #C96D63;
}
</style>