Shades of Contessa #C5716B
Tints of Contessa #C5716B
RGB
CMYK
RGB Variations
Color information
#C5716B (or 0xC5716B) is known color: Contessa. HEX triplet: C5, 71 and 6B. RGB value is (197,113,107). Sum of RGB (Red+Green+Blue) = 197+113+107=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5716B is #3A8E94. Grayscale: #898989. Windows color (decimal): -3837589 or 7041477. OLE color: 7041477.
HSL color Cylindrical-coordinate representation of color #C5716B: hue angle of 4º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5716B is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 107 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.23 |
| HSL | 4º | 0.44% | 0.6% | - |
| HSV(B) | 4º | 0.46% | 0.77% | - |
| XYZ | 31.58 | 24.74 | 17.02 | - |
| YUV | 137.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 107 | 0 | 0.43 | 0.46 | 0.23 | 4 | 0.44 | 0.6 |
| Hex | C5 | 71 | 6B | 0 | 2B | 2E | 17 | 4 | 2C | 3C |
| Octal | 305 | 161 | 153 | 0 | 53 | 56 | 27 | 4 | 54 | 74 |
| Binary | 11000101 | 1110001 | 1101011 | 0 | 101011 | 101110 | 10111 | 100 | 101100 | 111100 |
Color Harmonies of #C5716B
Complementary color
Monochromatic Colors of #C5716B
Black with #C5716B
Text Example
Text Example
White with #C5716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5716B; }
p { color: rgb(197,113,107); }
H1.HeaderClassName
{
color: #C5716B;
}
.AnyTagClassName
{
color: #C5716B;
}
</style>
background-color css
<style>
a { background-color: #C5716B; }
a { background-color: rgb(197,113,107); }
div.DivClassName
{
background-color: #C5716B;
}
.BgClassName
{
background-color: #C5716B;
}
</style>
border-color css
<style>
span { border-color: #C5716B; }
span { border-color: rgb(197,113,107); }
td.TdClassName
{
border-color: #C5716B;
}
.TagClassName
{
border-color: #C5716B;
}
</style>