Shades of Contessa #C57469
Tints of Contessa #C57469
RGB
CMYK
RGB Variations
Color information
#C57469 (or 0xC57469) is known color: Contessa. HEX triplet: C5, 74 and 69. RGB value is (197,116,105). Sum of RGB (Red+Green+Blue) = 197+116+105=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C57469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57469 is #3A8B96. Grayscale: #8B8B8B. Windows color (decimal): -3836823 or 6911173. OLE color: 6911173.
HSL color Cylindrical-coordinate representation of color #C57469: hue angle of 7.17º 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 #C57469 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 105 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.23 |
| HSL | 7.17º | 0.44% | 0.59% | - |
| HSV(B) | 7.17º | 0.47% | 0.77% | - |
| XYZ | 31.82 | 25.38 | 16.59 | - |
| YUV | 138.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 105 | 0 | 0.41 | 0.47 | 0.23 | 7.17 | 0.44 | 0.59 |
| Hex | C5 | 74 | 69 | 0 | 29 | 2F | 17 | 7 | 2C | 3B |
| Octal | 305 | 164 | 151 | 0 | 51 | 57 | 27 | 7 | 54 | 73 |
| Binary | 11000101 | 1110100 | 1101001 | 0 | 101001 | 101111 | 10111 | 111 | 101100 | 111011 |
Color Harmonies of #C57469
Complementary color
Monochromatic Colors of #C57469
Black with #C57469
Text Example
Text Example
White with #C57469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57469; }
p { color: rgb(197,116,105); }
H1.HeaderClassName
{
color: #C57469;
}
.AnyTagClassName
{
color: #C57469;
}
</style>
background-color css
<style>
a { background-color: #C57469; }
a { background-color: rgb(197,116,105); }
div.DivClassName
{
background-color: #C57469;
}
.BgClassName
{
background-color: #C57469;
}
</style>
border-color css
<style>
span { border-color: #C57469; }
span { border-color: rgb(197,116,105); }
td.TdClassName
{
border-color: #C57469;
}
.TagClassName
{
border-color: #C57469;
}
</style>