Shades of Contessa #C47D6D
Tints of Contessa #C47D6D
RGB
CMYK
RGB Variations
Color information
#C47D6D (or 0xC47D6D) is known color: Contessa. HEX triplet: C4, 7D and 6D. RGB value is (196,125,109). Sum of RGB (Red+Green+Blue) = 196+125+109=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D6D is #3B8292. Grayscale: #909090. Windows color (decimal): -3900051 or 7175620. OLE color: 7175620.
HSL color Cylindrical-coordinate representation of color #C47D6D: hue angle of 11.03º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47D6D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 109 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.23 |
| HSL | 11.03º | 0.42% | 0.6% | - |
| HSV(B) | 11.03º | 0.44% | 0.77% | - |
| XYZ | 32.86 | 27.51 | 18.05 | - |
| YUV | 144.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 109 | 0 | 0.36 | 0.44 | 0.23 | 11.03 | 0.42 | 0.6 |
| Hex | C4 | 7D | 6D | 0 | 24 | 2C | 17 | B | 2A | 3C |
| Octal | 304 | 175 | 155 | 0 | 44 | 54 | 27 | 13 | 52 | 74 |
| Binary | 11000100 | 1111101 | 1101101 | 0 | 100100 | 101100 | 10111 | 1011 | 101010 | 111100 |
Color Harmonies of #C47D6D
Complementary color
Monochromatic Colors of #C47D6D
Black with #C47D6D
Text Example
Text Example
White with #C47D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D6D; }
p { color: rgb(196,125,109); }
H1.HeaderClassName
{
color: #C47D6D;
}
.AnyTagClassName
{
color: #C47D6D;
}
</style>
background-color css
<style>
a { background-color: #C47D6D; }
a { background-color: rgb(196,125,109); }
div.DivClassName
{
background-color: #C47D6D;
}
.BgClassName
{
background-color: #C47D6D;
}
</style>
border-color css
<style>
span { border-color: #C47D6D; }
span { border-color: rgb(196,125,109); }
td.TdClassName
{
border-color: #C47D6D;
}
.TagClassName
{
border-color: #C47D6D;
}
</style>