Shades of Contessa #C47668
Tints of Contessa #C47668
RGB
CMYK
RGB Variations
Color information
#C47668 (or 0xC47668) is known color: Contessa. HEX triplet: C4, 76 and 68. RGB value is (196,118,104). Sum of RGB (Red+Green+Blue) = 196+118+104=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C47668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47668 is #3B8997. Grayscale: #8B8B8B. Windows color (decimal): -3901848 or 6846148. OLE color: 6846148.
HSL color Cylindrical-coordinate representation of color #C47668: hue angle of 9.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C47668 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 104 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.23 |
| HSL | 9.13º | 0.44% | 0.59% | - |
| HSV(B) | 9.13º | 0.47% | 0.77% | - |
| XYZ | 31.74 | 25.69 | 16.38 | - |
| YUV | 139.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 104 | 0 | 0.40 | 0.47 | 0.23 | 9.13 | 0.44 | 0.59 |
| Hex | C4 | 76 | 68 | 0 | 28 | 2F | 17 | 9 | 2C | 3B |
| Octal | 304 | 166 | 150 | 0 | 50 | 57 | 27 | 11 | 54 | 73 |
| Binary | 11000100 | 1110110 | 1101000 | 0 | 101000 | 101111 | 10111 | 1001 | 101100 | 111011 |
Color Harmonies of #C47668
Complementary color
Monochromatic Colors of #C47668
Black with #C47668
Text Example
Text Example
White with #C47668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47668; }
p { color: rgb(196,118,104); }
H1.HeaderClassName
{
color: #C47668;
}
.AnyTagClassName
{
color: #C47668;
}
</style>
background-color css
<style>
a { background-color: #C47668; }
a { background-color: rgb(196,118,104); }
div.DivClassName
{
background-color: #C47668;
}
.BgClassName
{
background-color: #C47668;
}
</style>
border-color css
<style>
span { border-color: #C47668; }
span { border-color: rgb(196,118,104); }
td.TdClassName
{
border-color: #C47668;
}
.TagClassName
{
border-color: #C47668;
}
</style>