Shades of Contessa #C9746C
Tints of Contessa #C9746C
RGB
CMYK
RGB Variations
Color information
#C9746C (or 0xC9746C) is known color: Contessa. HEX triplet: C9, 74 and 6C. RGB value is (201,116,108). Sum of RGB (Red+Green+Blue) = 201+116+108=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9746C is #368B93. Grayscale: #8C8C8C. Windows color (decimal): -3574676 or 7107785. OLE color: 7107785.
HSL color Cylindrical-coordinate representation of color #C9746C: hue angle of 5.16º 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 #C9746C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 108 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.21 |
| HSL | 5.16º | 0.46% | 0.61% | - |
| HSV(B) | 5.16º | 0.46% | 0.79% | - |
| XYZ | 33.04 | 25.99 | 17.46 | - |
| YUV | 140.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 108 | 0 | 0.42 | 0.46 | 0.21 | 5.16 | 0.46 | 0.61 |
| Hex | C9 | 74 | 6C | 0 | 2A | 2E | 15 | 5 | 2E | 3D |
| Octal | 311 | 164 | 154 | 0 | 52 | 56 | 25 | 5 | 56 | 75 |
| Binary | 11001001 | 1110100 | 1101100 | 0 | 101010 | 101110 | 10101 | 101 | 101110 | 111101 |
Color Harmonies of #C9746C
Complementary color
Monochromatic Colors of #C9746C
Black with #C9746C
Text Example
Text Example
White with #C9746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9746C; }
p { color: rgb(201,116,108); }
H1.HeaderClassName
{
color: #C9746C;
}
.AnyTagClassName
{
color: #C9746C;
}
</style>
background-color css
<style>
a { background-color: #C9746C; }
a { background-color: rgb(201,116,108); }
div.DivClassName
{
background-color: #C9746C;
}
.BgClassName
{
background-color: #C9746C;
}
</style>
border-color css
<style>
span { border-color: #C9746C; }
span { border-color: rgb(201,116,108); }
td.TdClassName
{
border-color: #C9746C;
}
.TagClassName
{
border-color: #C9746C;
}
</style>