Shades of Contessa #C97967
Tints of Contessa #C97967
RGB
CMYK
RGB Variations
Color information
#C97967 (or 0xC97967) is known color: Contessa. HEX triplet: C9, 79 and 67. RGB value is (201,121,103). Sum of RGB (Red+Green+Blue) = 201+121+103=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C97967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97967 is #368698. Grayscale: #8F8F8F. Windows color (decimal): -3573401 or 6781385. OLE color: 6781385.
HSL color Cylindrical-coordinate representation of color #C97967: hue angle of 11.02º 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 #C97967 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 103 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.21 |
| HSL | 11.02º | 0.48% | 0.6% | - |
| HSV(B) | 11.02º | 0.49% | 0.79% | - |
| XYZ | 33.37 | 27.07 | 16.3 | - |
| YUV | 142.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 103 | 0 | 0.40 | 0.49 | 0.21 | 11.02 | 0.48 | 0.6 |
| Hex | C9 | 79 | 67 | 0 | 28 | 31 | 15 | B | 30 | 3C |
| Octal | 311 | 171 | 147 | 0 | 50 | 61 | 25 | 13 | 60 | 74 |
| Binary | 11001001 | 1111001 | 1100111 | 0 | 101000 | 110001 | 10101 | 1011 | 110000 | 111100 |
Color Harmonies of #C97967
Complementary color
Monochromatic Colors of #C97967
Black with #C97967
Text Example
Text Example
White with #C97967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97967; }
p { color: rgb(201,121,103); }
H1.HeaderClassName
{
color: #C97967;
}
.AnyTagClassName
{
color: #C97967;
}
</style>
background-color css
<style>
a { background-color: #C97967; }
a { background-color: rgb(201,121,103); }
div.DivClassName
{
background-color: #C97967;
}
.BgClassName
{
background-color: #C97967;
}
</style>
border-color css
<style>
span { border-color: #C97967; }
span { border-color: rgb(201,121,103); }
td.TdClassName
{
border-color: #C97967;
}
.TagClassName
{
border-color: #C97967;
}
</style>