Shades of Contessa #C96B62
Tints of Contessa #C96B62
RGB
CMYK
RGB Variations
Color information
#C96B62 (or 0xC96B62) is known color: Contessa. HEX triplet: C9, 6B and 62. RGB value is (201,107,98). Sum of RGB (Red+Green+Blue) = 201+107+98=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B62 is #36949D. Grayscale: #868686. Windows color (decimal): -3576990 or 6450121. OLE color: 6450121.
HSL color Cylindrical-coordinate representation of color #C96B62: hue angle of 5.24º 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 #C96B62 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 98 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.21 |
| HSL | 5.24º | 0.49% | 0.59% | - |
| HSV(B) | 5.24º | 0.51% | 0.79% | - |
| XYZ | 31.55 | 23.81 | 14.49 | - |
| YUV | 134.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 98 | 0 | 0.47 | 0.51 | 0.21 | 5.24 | 0.49 | 0.59 |
| Hex | C9 | 6B | 62 | 0 | 2F | 33 | 15 | 5 | 31 | 3B |
| Octal | 311 | 153 | 142 | 0 | 57 | 63 | 25 | 5 | 61 | 73 |
| Binary | 11001001 | 1101011 | 1100010 | 0 | 101111 | 110011 | 10101 | 101 | 110001 | 111011 |
Color Harmonies of #C96B62
Complementary color
Monochromatic Colors of #C96B62
Black with #C96B62
Text Example
Text Example
White with #C96B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B62; }
p { color: rgb(201,107,98); }
H1.HeaderClassName
{
color: #C96B62;
}
.AnyTagClassName
{
color: #C96B62;
}
</style>
background-color css
<style>
a { background-color: #C96B62; }
a { background-color: rgb(201,107,98); }
div.DivClassName
{
background-color: #C96B62;
}
.BgClassName
{
background-color: #C96B62;
}
</style>
border-color css
<style>
span { border-color: #C96B62; }
span { border-color: rgb(201,107,98); }
td.TdClassName
{
border-color: #C96B62;
}
.TagClassName
{
border-color: #C96B62;
}
</style>