Shades of Contessa #C57B6B
Tints of Contessa #C57B6B
RGB
CMYK
RGB Variations
Color information
#C57B6B (or 0xC57B6B) is known color: Contessa. HEX triplet: C5, 7B and 6B. RGB value is (197,123,107). Sum of RGB (Red+Green+Blue) = 197+123+107=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B6B is #3A8494. Grayscale: #8F8F8F. Windows color (decimal): -3835029 or 7044037. OLE color: 7044037.
HSL color Cylindrical-coordinate representation of color #C57B6B: hue angle of 10.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57B6B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 107 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.23 |
| HSL | 10.67º | 0.44% | 0.6% | - |
| HSV(B) | 10.67º | 0.46% | 0.77% | - |
| XYZ | 32.76 | 27.1 | 17.41 | - |
| YUV | 143.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 107 | 0 | 0.38 | 0.46 | 0.23 | 10.67 | 0.44 | 0.6 |
| Hex | C5 | 7B | 6B | 0 | 26 | 2E | 17 | B | 2C | 3C |
| Octal | 305 | 173 | 153 | 0 | 46 | 56 | 27 | 13 | 54 | 74 |
| Binary | 11000101 | 1111011 | 1101011 | 0 | 100110 | 101110 | 10111 | 1011 | 101100 | 111100 |
Color Harmonies of #C57B6B
Complementary color
Monochromatic Colors of #C57B6B
Black with #C57B6B
Text Example
Text Example
White with #C57B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B6B; }
p { color: rgb(197,123,107); }
H1.HeaderClassName
{
color: #C57B6B;
}
.AnyTagClassName
{
color: #C57B6B;
}
</style>
background-color css
<style>
a { background-color: #C57B6B; }
a { background-color: rgb(197,123,107); }
div.DivClassName
{
background-color: #C57B6B;
}
.BgClassName
{
background-color: #C57B6B;
}
</style>
border-color css
<style>
span { border-color: #C57B6B; }
span { border-color: rgb(197,123,107); }
td.TdClassName
{
border-color: #C57B6B;
}
.TagClassName
{
border-color: #C57B6B;
}
</style>