Shades of Contessa #C47B6A
Tints of Contessa #C47B6A
RGB
CMYK
RGB Variations
Color information
#C47B6A (or 0xC47B6A) is known color: Contessa. HEX triplet: C4, 7B and 6A. RGB value is (196,123,106). Sum of RGB (Red+Green+Blue) = 196+123+106=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B6A is #3B8495. Grayscale: #8F8F8F. Windows color (decimal): -3900566 or 6978500. OLE color: 6978500.
HSL color Cylindrical-coordinate representation of color #C47B6A: hue angle of 11.33º degrees, saturation: 0.43, 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 #C47B6A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 106 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.23 |
| HSL | 11.33º | 0.43% | 0.59% | - |
| HSV(B) | 11.33º | 0.46% | 0.77% | - |
| XYZ | 32.45 | 26.94 | 17.13 | - |
| YUV | 142.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 106 | 0 | 0.37 | 0.46 | 0.23 | 11.33 | 0.43 | 0.59 |
| Hex | C4 | 7B | 6A | 0 | 25 | 2E | 17 | B | 2B | 3B |
| Octal | 304 | 173 | 152 | 0 | 45 | 56 | 27 | 13 | 53 | 73 |
| Binary | 11000100 | 1111011 | 1101010 | 0 | 100101 | 101110 | 10111 | 1011 | 101011 | 111011 |
Color Harmonies of #C47B6A
Complementary color
Monochromatic Colors of #C47B6A
Black with #C47B6A
Text Example
Text Example
White with #C47B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B6A; }
p { color: rgb(196,123,106); }
H1.HeaderClassName
{
color: #C47B6A;
}
.AnyTagClassName
{
color: #C47B6A;
}
</style>
background-color css
<style>
a { background-color: #C47B6A; }
a { background-color: rgb(196,123,106); }
div.DivClassName
{
background-color: #C47B6A;
}
.BgClassName
{
background-color: #C47B6A;
}
</style>
border-color css
<style>
span { border-color: #C47B6A; }
span { border-color: rgb(196,123,106); }
td.TdClassName
{
border-color: #C47B6A;
}
.TagClassName
{
border-color: #C47B6A;
}
</style>