Shades of Contessa #C96F63
Tints of Contessa #C96F63
RGB
CMYK
RGB Variations
Color information
#C96F63 (or 0xC96F63) is known color: Contessa. HEX triplet: C9, 6F and 63. RGB value is (201,111,99). Sum of RGB (Red+Green+Blue) = 201+111+99=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F63 is #36909C. Grayscale: #888888. Windows color (decimal): -3575965 or 6516681. OLE color: 6516681.
HSL color Cylindrical-coordinate representation of color #C96F63: hue angle of 7.06º 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 #C96F63 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 99 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.21 |
| HSL | 7.06º | 0.49% | 0.59% | - |
| HSV(B) | 7.06º | 0.51% | 0.79% | - |
| XYZ | 32.02 | 24.69 | 14.88 | - |
| YUV | 136.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 99 | 0 | 0.45 | 0.51 | 0.21 | 7.06 | 0.49 | 0.59 |
| Hex | C9 | 6F | 63 | 0 | 2D | 33 | 15 | 7 | 31 | 3B |
| Octal | 311 | 157 | 143 | 0 | 55 | 63 | 25 | 7 | 61 | 73 |
| Binary | 11001001 | 1101111 | 1100011 | 0 | 101101 | 110011 | 10101 | 111 | 110001 | 111011 |
Color Harmonies of #C96F63
Complementary color
Monochromatic Colors of #C96F63
Black with #C96F63
Text Example
Text Example
White with #C96F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F63; }
p { color: rgb(201,111,99); }
H1.HeaderClassName
{
color: #C96F63;
}
.AnyTagClassName
{
color: #C96F63;
}
</style>
background-color css
<style>
a { background-color: #C96F63; }
a { background-color: rgb(201,111,99); }
div.DivClassName
{
background-color: #C96F63;
}
.BgClassName
{
background-color: #C96F63;
}
</style>
border-color css
<style>
span { border-color: #C96F63; }
span { border-color: rgb(201,111,99); }
td.TdClassName
{
border-color: #C96F63;
}
.TagClassName
{
border-color: #C96F63;
}
</style>