Shades of Contessa #C5746F
Tints of Contessa #C5746F
RGB
CMYK
RGB Variations
Color information
#C5746F (or 0xC5746F) is known color: Contessa. HEX triplet: C5, 74 and 6F. RGB value is (197,116,111). Sum of RGB (Red+Green+Blue) = 197+116+111=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5746F is #3A8B90. Grayscale: #8B8B8B. Windows color (decimal): -3836817 or 7304389. OLE color: 7304389.
HSL color Cylindrical-coordinate representation of color #C5746F: hue angle of 3.49º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5746F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 111 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.23 |
| HSL | 3.49º | 0.43% | 0.6% | - |
| HSV(B) | 3.49º | 0.44% | 0.77% | - |
| XYZ | 32.14 | 25.51 | 18.27 | - |
| YUV | 139.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 111 | 0 | 0.41 | 0.44 | 0.23 | 3.49 | 0.43 | 0.6 |
| Hex | C5 | 74 | 6F | 0 | 29 | 2C | 17 | 3 | 2B | 3C |
| Octal | 305 | 164 | 157 | 0 | 51 | 54 | 27 | 3 | 53 | 74 |
| Binary | 11000101 | 1110100 | 1101111 | 0 | 101001 | 101100 | 10111 | 11 | 101011 | 111100 |
Color Harmonies of #C5746F
Complementary color
Monochromatic Colors of #C5746F
Black with #C5746F
Text Example
Text Example
White with #C5746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5746F; }
p { color: rgb(197,116,111); }
H1.HeaderClassName
{
color: #C5746F;
}
.AnyTagClassName
{
color: #C5746F;
}
</style>
background-color css
<style>
a { background-color: #C5746F; }
a { background-color: rgb(197,116,111); }
div.DivClassName
{
background-color: #C5746F;
}
.BgClassName
{
background-color: #C5746F;
}
</style>
border-color css
<style>
span { border-color: #C5746F; }
span { border-color: rgb(197,116,111); }
td.TdClassName
{
border-color: #C5746F;
}
.TagClassName
{
border-color: #C5746F;
}
</style>