Shades of Contessa #C46764
Tints of Contessa #C46764
RGB
CMYK
RGB Variations
Color information
#C46764 (or 0xC46764) is known color: Contessa. HEX triplet: C4, 67 and 64. RGB value is (196,103,100). Sum of RGB (Red+Green+Blue) = 196+103+100=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46764 is #3B989B. Grayscale: #828282. Windows color (decimal): -3905692 or 6580164. OLE color: 6580164.
HSL color Cylindrical-coordinate representation of color #C46764: hue angle of 1.88º 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 #C46764 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 100 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.23 |
| HSL | 1.88º | 0.45% | 0.58% | - |
| HSV(B) | 1.88º | 0.49% | 0.77% | - |
| XYZ | 29.92 | 22.36 | 14.8 | - |
| YUV | 130.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 100 | 0 | 0.47 | 0.49 | 0.23 | 1.88 | 0.45 | 0.58 |
| Hex | C4 | 67 | 64 | 0 | 2F | 31 | 17 | 2 | 2D | 3A |
| Octal | 304 | 147 | 144 | 0 | 57 | 61 | 27 | 2 | 55 | 72 |
| Binary | 11000100 | 1100111 | 1100100 | 0 | 101111 | 110001 | 10111 | 10 | 101101 | 111010 |
Color Harmonies of #C46764
Complementary color
Monochromatic Colors of #C46764
Black with #C46764
Text Example
Text Example
White with #C46764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46764; }
p { color: rgb(196,103,100); }
H1.HeaderClassName
{
color: #C46764;
}
.AnyTagClassName
{
color: #C46764;
}
</style>
background-color css
<style>
a { background-color: #C46764; }
a { background-color: rgb(196,103,100); }
div.DivClassName
{
background-color: #C46764;
}
.BgClassName
{
background-color: #C46764;
}
</style>
border-color css
<style>
span { border-color: #C46764; }
span { border-color: rgb(196,103,100); }
td.TdClassName
{
border-color: #C46764;
}
.TagClassName
{
border-color: #C46764;
}
</style>