Shades of Contessa #C57B6A
Tints of Contessa #C57B6A
RGB
CMYK
RGB Variations
Color information
#C57B6A (or 0xC57B6A) is known color: Contessa. HEX triplet: C5, 7B and 6A. RGB value is (197,123,106). Sum of RGB (Red+Green+Blue) = 197+123+106=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B6A is #3A8495. Grayscale: #8F8F8F. Windows color (decimal): -3835030 or 6978501. OLE color: 6978501.
HSL color Cylindrical-coordinate representation of color #C57B6A: hue angle of 11.21º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57B6A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 106 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.23 |
| HSL | 11.21º | 0.44% | 0.59% | - |
| HSV(B) | 11.21º | 0.46% | 0.77% | - |
| XYZ | 32.71 | 27.08 | 17.14 | - |
| YUV | 143.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 106 | 0 | 0.38 | 0.46 | 0.23 | 11.21 | 0.44 | 0.59 |
| Hex | C5 | 7B | 6A | 0 | 26 | 2E | 17 | B | 2C | 3B |
| Octal | 305 | 173 | 152 | 0 | 46 | 56 | 27 | 13 | 54 | 73 |
| Binary | 11000101 | 1111011 | 1101010 | 0 | 100110 | 101110 | 10111 | 1011 | 101100 | 111011 |
Color Harmonies of #C57B6A
Complementary color
Monochromatic Colors of #C57B6A
Black with #C57B6A
Text Example
Text Example
White with #C57B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B6A; }
p { color: rgb(197,123,106); }
H1.HeaderClassName
{
color: #C57B6A;
}
.AnyTagClassName
{
color: #C57B6A;
}
</style>
background-color css
<style>
a { background-color: #C57B6A; }
a { background-color: rgb(197,123,106); }
div.DivClassName
{
background-color: #C57B6A;
}
.BgClassName
{
background-color: #C57B6A;
}
</style>
border-color css
<style>
span { border-color: #C57B6A; }
span { border-color: rgb(197,123,106); }
td.TdClassName
{
border-color: #C57B6A;
}
.TagClassName
{
border-color: #C57B6A;
}
</style>