Shades of Contessa #C5756A
Tints of Contessa #C5756A
RGB
CMYK
RGB Variations
Color information
#C5756A (or 0xC5756A) is known color: Contessa. HEX triplet: C5, 75 and 6A. RGB value is (197,117,106). Sum of RGB (Red+Green+Blue) = 197+117+106=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5756A is #3A8A95. Grayscale: #8B8B8B. Windows color (decimal): -3836566 or 6976965. OLE color: 6976965.
HSL color Cylindrical-coordinate representation of color #C5756A: hue angle of 7.25º 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 #C5756A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 106 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.23 |
| HSL | 7.25º | 0.44% | 0.59% | - |
| HSV(B) | 7.25º | 0.46% | 0.77% | - |
| XYZ | 31.99 | 25.63 | 16.9 | - |
| YUV | 139.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 106 | 0 | 0.41 | 0.46 | 0.23 | 7.25 | 0.44 | 0.59 |
| Hex | C5 | 75 | 6A | 0 | 29 | 2E | 17 | 7 | 2C | 3B |
| Octal | 305 | 165 | 152 | 0 | 51 | 56 | 27 | 7 | 54 | 73 |
| Binary | 11000101 | 1110101 | 1101010 | 0 | 101001 | 101110 | 10111 | 111 | 101100 | 111011 |
Color Harmonies of #C5756A
Complementary color
Monochromatic Colors of #C5756A
Black with #C5756A
Text Example
Text Example
White with #C5756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5756A; }
p { color: rgb(197,117,106); }
H1.HeaderClassName
{
color: #C5756A;
}
.AnyTagClassName
{
color: #C5756A;
}
</style>
background-color css
<style>
a { background-color: #C5756A; }
a { background-color: rgb(197,117,106); }
div.DivClassName
{
background-color: #C5756A;
}
.BgClassName
{
background-color: #C5756A;
}
</style>
border-color css
<style>
span { border-color: #C5756A; }
span { border-color: rgb(197,117,106); }
td.TdClassName
{
border-color: #C5756A;
}
.TagClassName
{
border-color: #C5756A;
}
</style>