Shades of Contessa #C5746A
Tints of Contessa #C5746A
RGB
CMYK
RGB Variations
Color information
#C5746A (or 0xC5746A) is known color: Contessa. HEX triplet: C5, 74 and 6A. RGB value is (197,116,106). Sum of RGB (Red+Green+Blue) = 197+116+106=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5746A is #3A8B95. Grayscale: #8B8B8B. Windows color (decimal): -3836822 or 6976709. OLE color: 6976709.
HSL color Cylindrical-coordinate representation of color #C5746A: hue angle of 6.59º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5746A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 106 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.23 |
| HSL | 6.59º | 0.44% | 0.59% | - |
| HSV(B) | 6.59º | 0.46% | 0.77% | - |
| XYZ | 31.87 | 25.4 | 16.86 | - |
| YUV | 139.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 106 | 0 | 0.41 | 0.46 | 0.23 | 6.59 | 0.44 | 0.59 |
| Hex | C5 | 74 | 6A | 0 | 29 | 2E | 17 | 7 | 2C | 3B |
| Octal | 305 | 164 | 152 | 0 | 51 | 56 | 27 | 7 | 54 | 73 |
| Binary | 11000101 | 1110100 | 1101010 | 0 | 101001 | 101110 | 10111 | 111 | 101100 | 111011 |
Color Harmonies of #C5746A
Complementary color
Monochromatic Colors of #C5746A
Black with #C5746A
Text Example
Text Example
White with #C5746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5746A; }
p { color: rgb(197,116,106); }
H1.HeaderClassName
{
color: #C5746A;
}
.AnyTagClassName
{
color: #C5746A;
}
</style>
background-color css
<style>
a { background-color: #C5746A; }
a { background-color: rgb(197,116,106); }
div.DivClassName
{
background-color: #C5746A;
}
.BgClassName
{
background-color: #C5746A;
}
</style>
border-color css
<style>
span { border-color: #C5746A; }
span { border-color: rgb(197,116,106); }
td.TdClassName
{
border-color: #C5746A;
}
.TagClassName
{
border-color: #C5746A;
}
</style>