Shades of Contessa #C57368
Tints of Contessa #C57368
RGB
CMYK
RGB Variations
Color information
#C57368 (or 0xC57368) is known color: Contessa. HEX triplet: C5, 73 and 68. RGB value is (197,115,104). Sum of RGB (Red+Green+Blue) = 197+115+104=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C57368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57368 is #3A8C97. Grayscale: #8A8A8A. Windows color (decimal): -3837080 or 6845381. OLE color: 6845381.
HSL color Cylindrical-coordinate representation of color #C57368: hue angle of 7.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57368 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 104 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.23 |
| HSL | 7.1º | 0.44% | 0.59% | - |
| HSV(B) | 7.1º | 0.47% | 0.77% | - |
| XYZ | 31.66 | 25.13 | 16.28 | - |
| YUV | 138.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 104 | 0 | 0.42 | 0.47 | 0.23 | 7.1 | 0.44 | 0.59 |
| Hex | C5 | 73 | 68 | 0 | 2A | 2F | 17 | 7 | 2C | 3B |
| Octal | 305 | 163 | 150 | 0 | 52 | 57 | 27 | 7 | 54 | 73 |
| Binary | 11000101 | 1110011 | 1101000 | 0 | 101010 | 101111 | 10111 | 111 | 101100 | 111011 |
Color Harmonies of #C57368
Complementary color
Monochromatic Colors of #C57368
Black with #C57368
Text Example
Text Example
White with #C57368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57368; }
p { color: rgb(197,115,104); }
H1.HeaderClassName
{
color: #C57368;
}
.AnyTagClassName
{
color: #C57368;
}
</style>
background-color css
<style>
a { background-color: #C57368; }
a { background-color: rgb(197,115,104); }
div.DivClassName
{
background-color: #C57368;
}
.BgClassName
{
background-color: #C57368;
}
</style>
border-color css
<style>
span { border-color: #C57368; }
span { border-color: rgb(197,115,104); }
td.TdClassName
{
border-color: #C57368;
}
.TagClassName
{
border-color: #C57368;
}
</style>