Shades of Contessa #C46863
Tints of Contessa #C46863
RGB
CMYK
RGB Variations
Color information
#C46863 (or 0xC46863) is known color: Contessa. HEX triplet: C4, 68 and 63. RGB value is (196,104,99). Sum of RGB (Red+Green+Blue) = 196+104+99=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46863 is #3B979C. Grayscale: #838383. Windows color (decimal): -3905437 or 6514884. OLE color: 6514884.
HSL color Cylindrical-coordinate representation of color #C46863: hue angle of 3.09º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46863 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 99 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.23 |
| HSL | 3.09º | 0.45% | 0.58% | - |
| HSV(B) | 3.09º | 0.49% | 0.77% | - |
| XYZ | 29.97 | 22.54 | 14.58 | - |
| YUV | 130.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 99 | 0 | 0.47 | 0.49 | 0.23 | 3.09 | 0.45 | 0.58 |
| Hex | C4 | 68 | 63 | 0 | 2F | 31 | 17 | 3 | 2D | 3A |
| Octal | 304 | 150 | 143 | 0 | 57 | 61 | 27 | 3 | 55 | 72 |
| Binary | 11000100 | 1101000 | 1100011 | 0 | 101111 | 110001 | 10111 | 11 | 101101 | 111010 |
Color Harmonies of #C46863
Complementary color
Monochromatic Colors of #C46863
Black with #C46863
Text Example
Text Example
White with #C46863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46863; }
p { color: rgb(196,104,99); }
H1.HeaderClassName
{
color: #C46863;
}
.AnyTagClassName
{
color: #C46863;
}
</style>
background-color css
<style>
a { background-color: #C46863; }
a { background-color: rgb(196,104,99); }
div.DivClassName
{
background-color: #C46863;
}
.BgClassName
{
background-color: #C46863;
}
</style>
border-color css
<style>
span { border-color: #C46863; }
span { border-color: rgb(196,104,99); }
td.TdClassName
{
border-color: #C46863;
}
.TagClassName
{
border-color: #C46863;
}
</style>