Shades of Contessa #C47D6C
Tints of Contessa #C47D6C
RGB
CMYK
RGB Variations
Color information
#C47D6C (or 0xC47D6C) is known color: Contessa. HEX triplet: C4, 7D and 6C. RGB value is (196,125,108). Sum of RGB (Red+Green+Blue) = 196+125+108=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D6C is #3B8293. Grayscale: #909090. Windows color (decimal): -3900052 or 7110084. OLE color: 7110084.
HSL color Cylindrical-coordinate representation of color #C47D6C: hue angle of 11.59º 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 #C47D6C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 108 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.23 |
| HSL | 11.59º | 0.43% | 0.6% | - |
| HSV(B) | 11.59º | 0.45% | 0.77% | - |
| XYZ | 32.81 | 27.49 | 17.76 | - |
| YUV | 144.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 108 | 0 | 0.36 | 0.45 | 0.23 | 11.59 | 0.43 | 0.6 |
| Hex | C4 | 7D | 6C | 0 | 24 | 2D | 17 | C | 2B | 3C |
| Octal | 304 | 175 | 154 | 0 | 44 | 55 | 27 | 14 | 53 | 74 |
| Binary | 11000100 | 1111101 | 1101100 | 0 | 100100 | 101101 | 10111 | 1100 | 101011 | 111100 |
Color Harmonies of #C47D6C
Complementary color
Monochromatic Colors of #C47D6C
Black with #C47D6C
Text Example
Text Example
White with #C47D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D6C; }
p { color: rgb(196,125,108); }
H1.HeaderClassName
{
color: #C47D6C;
}
.AnyTagClassName
{
color: #C47D6C;
}
</style>
background-color css
<style>
a { background-color: #C47D6C; }
a { background-color: rgb(196,125,108); }
div.DivClassName
{
background-color: #C47D6C;
}
.BgClassName
{
background-color: #C47D6C;
}
</style>
border-color css
<style>
span { border-color: #C47D6C; }
span { border-color: rgb(196,125,108); }
td.TdClassName
{
border-color: #C47D6C;
}
.TagClassName
{
border-color: #C47D6C;
}
</style>