Shades of Contessa #C57769
Tints of Contessa #C57769
RGB
CMYK
RGB Variations
Color information
#C57769 (or 0xC57769) is known color: Contessa. HEX triplet: C5, 77 and 69. RGB value is (197,119,105). Sum of RGB (Red+Green+Blue) = 197+119+105=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C57769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57769 is #3A8896. Grayscale: #8C8C8C. Windows color (decimal): -3836055 or 6911941. OLE color: 6911941.
HSL color Cylindrical-coordinate representation of color #C57769: hue angle of 9.13º 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 #C57769 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 105 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.23 |
| HSL | 9.13º | 0.44% | 0.59% | - |
| HSV(B) | 9.13º | 0.47% | 0.77% | - |
| XYZ | 32.17 | 26.08 | 16.7 | - |
| YUV | 140.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 105 | 0 | 0.40 | 0.47 | 0.23 | 9.13 | 0.44 | 0.59 |
| Hex | C5 | 77 | 69 | 0 | 28 | 2F | 17 | 9 | 2C | 3B |
| Octal | 305 | 167 | 151 | 0 | 50 | 57 | 27 | 11 | 54 | 73 |
| Binary | 11000101 | 1110111 | 1101001 | 0 | 101000 | 101111 | 10111 | 1001 | 101100 | 111011 |
Color Harmonies of #C57769
Complementary color
Monochromatic Colors of #C57769
Black with #C57769
Text Example
Text Example
White with #C57769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57769; }
p { color: rgb(197,119,105); }
H1.HeaderClassName
{
color: #C57769;
}
.AnyTagClassName
{
color: #C57769;
}
</style>
background-color css
<style>
a { background-color: #C57769; }
a { background-color: rgb(197,119,105); }
div.DivClassName
{
background-color: #C57769;
}
.BgClassName
{
background-color: #C57769;
}
</style>
border-color css
<style>
span { border-color: #C57769; }
span { border-color: rgb(197,119,105); }
td.TdClassName
{
border-color: #C57769;
}
.TagClassName
{
border-color: #C57769;
}
</style>