Shades of Contessa #C96F64
Tints of Contessa #C96F64
RGB
CMYK
RGB Variations
Color information
#C96F64 (or 0xC96F64) is known color: Contessa. HEX triplet: C9, 6F and 64. RGB value is (201,111,100). Sum of RGB (Red+Green+Blue) = 201+111+100=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F64 is #36909B. Grayscale: #888888. Windows color (decimal): -3575964 or 6582217. OLE color: 6582217.
HSL color Cylindrical-coordinate representation of color #C96F64: hue angle of 6.53º 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 #C96F64 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 100 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.21 |
| HSL | 6.53º | 0.48% | 0.59% | - |
| HSV(B) | 6.53º | 0.5% | 0.79% | - |
| XYZ | 32.07 | 24.71 | 15.14 | - |
| YUV | 136.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 100 | 0 | 0.45 | 0.50 | 0.21 | 6.53 | 0.48 | 0.59 |
| Hex | C9 | 6F | 64 | 0 | 2D | 32 | 15 | 7 | 30 | 3B |
| Octal | 311 | 157 | 144 | 0 | 55 | 62 | 25 | 7 | 60 | 73 |
| Binary | 11001001 | 1101111 | 1100100 | 0 | 101101 | 110010 | 10101 | 111 | 110000 | 111011 |
Color Harmonies of #C96F64
Complementary color
Monochromatic Colors of #C96F64
Black with #C96F64
Text Example
Text Example
White with #C96F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F64; }
p { color: rgb(201,111,100); }
H1.HeaderClassName
{
color: #C96F64;
}
.AnyTagClassName
{
color: #C96F64;
}
</style>
background-color css
<style>
a { background-color: #C96F64; }
a { background-color: rgb(201,111,100); }
div.DivClassName
{
background-color: #C96F64;
}
.BgClassName
{
background-color: #C96F64;
}
</style>
border-color css
<style>
span { border-color: #C96F64; }
span { border-color: rgb(201,111,100); }
td.TdClassName
{
border-color: #C96F64;
}
.TagClassName
{
border-color: #C96F64;
}
</style>