Shades of Contessa #C57A68
Tints of Contessa #C57A68
RGB
CMYK
RGB Variations
Color information
#C57A68 (or 0xC57A68) is known color: Contessa. HEX triplet: C5, 7A and 68. RGB value is (197,122,104). Sum of RGB (Red+Green+Blue) = 197+122+104=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A68 is #3A8597. Grayscale: #8E8E8E. Windows color (decimal): -3835288 or 6847173. OLE color: 6847173.
HSL color Cylindrical-coordinate representation of color #C57A68: hue angle of 11.61º 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 #C57A68 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 104 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.23 |
| HSL | 11.61º | 0.44% | 0.59% | - |
| HSV(B) | 11.61º | 0.47% | 0.77% | - |
| XYZ | 32.48 | 26.79 | 16.56 | - |
| YUV | 142.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 104 | 0 | 0.38 | 0.47 | 0.23 | 11.61 | 0.44 | 0.59 |
| Hex | C5 | 7A | 68 | 0 | 26 | 2F | 17 | C | 2C | 3B |
| Octal | 305 | 172 | 150 | 0 | 46 | 57 | 27 | 14 | 54 | 73 |
| Binary | 11000101 | 1111010 | 1101000 | 0 | 100110 | 101111 | 10111 | 1100 | 101100 | 111011 |
Color Harmonies of #C57A68
Complementary color
Monochromatic Colors of #C57A68
Black with #C57A68
Text Example
Text Example
White with #C57A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A68; }
p { color: rgb(197,122,104); }
H1.HeaderClassName
{
color: #C57A68;
}
.AnyTagClassName
{
color: #C57A68;
}
</style>
background-color css
<style>
a { background-color: #C57A68; }
a { background-color: rgb(197,122,104); }
div.DivClassName
{
background-color: #C57A68;
}
.BgClassName
{
background-color: #C57A68;
}
</style>
border-color css
<style>
span { border-color: #C57A68; }
span { border-color: rgb(197,122,104); }
td.TdClassName
{
border-color: #C57A68;
}
.TagClassName
{
border-color: #C57A68;
}
</style>