Shades of Contessa #C96967
Tints of Contessa #C96967
RGB
CMYK
RGB Variations
Color information
#C96967 (or 0xC96967) is known color: Contessa. HEX triplet: C9, 69 and 67. RGB value is (201,105,103). Sum of RGB (Red+Green+Blue) = 201+105+103=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C96967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96967 is #369698. Grayscale: #858585. Windows color (decimal): -3577497 or 6777289. OLE color: 6777289.
HSL color Cylindrical-coordinate representation of color #C96967: hue angle of 1.22º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96967 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 103 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.21 |
| HSL | 1.22º | 0.48% | 0.6% | - |
| HSV(B) | 1.22º | 0.49% | 0.79% | - |
| XYZ | 31.59 | 23.5 | 15.7 | - |
| YUV | 133.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 103 | 0 | 0.48 | 0.49 | 0.21 | 1.22 | 0.48 | 0.6 |
| Hex | C9 | 69 | 67 | 0 | 30 | 31 | 15 | 1 | 30 | 3C |
| Octal | 311 | 151 | 147 | 0 | 60 | 61 | 25 | 1 | 60 | 74 |
| Binary | 11001001 | 1101001 | 1100111 | 0 | 110000 | 110001 | 10101 | 1 | 110000 | 111100 |
Color Harmonies of #C96967
Complementary color
Monochromatic Colors of #C96967
Black with #C96967
Text Example
Text Example
White with #C96967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96967; }
p { color: rgb(201,105,103); }
H1.HeaderClassName
{
color: #C96967;
}
.AnyTagClassName
{
color: #C96967;
}
</style>
background-color css
<style>
a { background-color: #C96967; }
a { background-color: rgb(201,105,103); }
div.DivClassName
{
background-color: #C96967;
}
.BgClassName
{
background-color: #C96967;
}
</style>
border-color css
<style>
span { border-color: #C96967; }
span { border-color: rgb(201,105,103); }
td.TdClassName
{
border-color: #C96967;
}
.TagClassName
{
border-color: #C96967;
}
</style>