Shades of Contessa #C57167
Tints of Contessa #C57167
RGB
CMYK
RGB Variations
Color information
#C57167 (or 0xC57167) is known color: Contessa. HEX triplet: C5, 71 and 67. RGB value is (197,113,103). Sum of RGB (Red+Green+Blue) = 197+113+103=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C57167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57167 is #3A8E98. Grayscale: #898989. Windows color (decimal): -3837593 or 6779333. OLE color: 6779333.
HSL color Cylindrical-coordinate representation of color #C57167: hue angle of 6.38º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57167 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 103 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.23 |
| HSL | 6.38º | 0.45% | 0.59% | - |
| HSV(B) | 6.38º | 0.48% | 0.77% | - |
| XYZ | 31.38 | 24.66 | 15.94 | - |
| YUV | 136.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 103 | 0 | 0.43 | 0.48 | 0.23 | 6.38 | 0.45 | 0.59 |
| Hex | C5 | 71 | 67 | 0 | 2B | 30 | 17 | 6 | 2D | 3B |
| Octal | 305 | 161 | 147 | 0 | 53 | 60 | 27 | 6 | 55 | 73 |
| Binary | 11000101 | 1110001 | 1100111 | 0 | 101011 | 110000 | 10111 | 110 | 101101 | 111011 |
Color Harmonies of #C57167
Complementary color
Monochromatic Colors of #C57167
Black with #C57167
Text Example
Text Example
White with #C57167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57167; }
p { color: rgb(197,113,103); }
H1.HeaderClassName
{
color: #C57167;
}
.AnyTagClassName
{
color: #C57167;
}
</style>
background-color css
<style>
a { background-color: #C57167; }
a { background-color: rgb(197,113,103); }
div.DivClassName
{
background-color: #C57167;
}
.BgClassName
{
background-color: #C57167;
}
</style>
border-color css
<style>
span { border-color: #C57167; }
span { border-color: rgb(197,113,103); }
td.TdClassName
{
border-color: #C57167;
}
.TagClassName
{
border-color: #C57167;
}
</style>