Shades of Contessa #C97A6C
Tints of Contessa #C97A6C
RGB
CMYK
RGB Variations
Color information
#C97A6C (or 0xC97A6C) is known color: Contessa. HEX triplet: C9, 7A and 6C. RGB value is (201,122,108). Sum of RGB (Red+Green+Blue) = 201+122+108=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A6C is #368593. Grayscale: #909090. Windows color (decimal): -3573140 or 7109321. OLE color: 7109321.
HSL color Cylindrical-coordinate representation of color #C97A6C: hue angle of 9.03º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C97A6C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 108 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.21 |
| HSL | 9.03º | 0.46% | 0.61% | - |
| HSV(B) | 9.03º | 0.46% | 0.79% | - |
| XYZ | 33.75 | 27.42 | 17.7 | - |
| YUV | 144.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 108 | 0 | 0.39 | 0.46 | 0.21 | 9.03 | 0.46 | 0.61 |
| Hex | C9 | 7A | 6C | 0 | 27 | 2E | 15 | 9 | 2E | 3D |
| Octal | 311 | 172 | 154 | 0 | 47 | 56 | 25 | 11 | 56 | 75 |
| Binary | 11001001 | 1111010 | 1101100 | 0 | 100111 | 101110 | 10101 | 1001 | 101110 | 111101 |
Color Harmonies of #C97A6C
Complementary color
Monochromatic Colors of #C97A6C
Black with #C97A6C
Text Example
Text Example
White with #C97A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A6C; }
p { color: rgb(201,122,108); }
H1.HeaderClassName
{
color: #C97A6C;
}
.AnyTagClassName
{
color: #C97A6C;
}
</style>
background-color css
<style>
a { background-color: #C97A6C; }
a { background-color: rgb(201,122,108); }
div.DivClassName
{
background-color: #C97A6C;
}
.BgClassName
{
background-color: #C97A6C;
}
</style>
border-color css
<style>
span { border-color: #C97A6C; }
span { border-color: rgb(201,122,108); }
td.TdClassName
{
border-color: #C97A6C;
}
.TagClassName
{
border-color: #C97A6C;
}
</style>