Shades of Contessa #C47A6C
Tints of Contessa #C47A6C
RGB
CMYK
RGB Variations
Color information
#C47A6C (or 0xC47A6C) is known color: Contessa. HEX triplet: C4, 7A and 6C. RGB value is (196,122,108). Sum of RGB (Red+Green+Blue) = 196+122+108=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A6C is #3B8593. Grayscale: #8E8E8E. Windows color (decimal): -3900820 or 7109316. OLE color: 7109316.
HSL color Cylindrical-coordinate representation of color #C47A6C: hue angle of 9.55º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47A6C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 108 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.23 |
| HSL | 9.55º | 0.43% | 0.6% | - |
| HSV(B) | 9.55º | 0.45% | 0.77% | - |
| XYZ | 32.43 | 26.74 | 17.64 | - |
| YUV | 142.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 108 | 0 | 0.38 | 0.45 | 0.23 | 9.55 | 0.43 | 0.6 |
| Hex | C4 | 7A | 6C | 0 | 26 | 2D | 17 | A | 2B | 3C |
| Octal | 304 | 172 | 154 | 0 | 46 | 55 | 27 | 12 | 53 | 74 |
| Binary | 11000100 | 1111010 | 1101100 | 0 | 100110 | 101101 | 10111 | 1010 | 101011 | 111100 |
Color Harmonies of #C47A6C
Complementary color
Monochromatic Colors of #C47A6C
Black with #C47A6C
Text Example
Text Example
White with #C47A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A6C; }
p { color: rgb(196,122,108); }
H1.HeaderClassName
{
color: #C47A6C;
}
.AnyTagClassName
{
color: #C47A6C;
}
</style>
background-color css
<style>
a { background-color: #C47A6C; }
a { background-color: rgb(196,122,108); }
div.DivClassName
{
background-color: #C47A6C;
}
.BgClassName
{
background-color: #C47A6C;
}
</style>
border-color css
<style>
span { border-color: #C47A6C; }
span { border-color: rgb(196,122,108); }
td.TdClassName
{
border-color: #C47A6C;
}
.TagClassName
{
border-color: #C47A6C;
}
</style>