Shades of Contessa #C46E6B
Tints of Contessa #C46E6B
RGB
CMYK
RGB Variations
Color information
#C46E6B (or 0xC46E6B) is known color: Contessa. HEX triplet: C4, 6E and 6B. RGB value is (196,110,107). Sum of RGB (Red+Green+Blue) = 196+110+107=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E6B is #3B9194. Grayscale: #878787. Windows color (decimal): -3903893 or 7040708. OLE color: 7040708.
HSL color Cylindrical-coordinate representation of color #C46E6B: hue angle of 2.02º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46E6B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 107 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.23 |
| HSL | 2.02º | 0.43% | 0.59% | - |
| HSV(B) | 2.02º | 0.45% | 0.77% | - |
| XYZ | 30.99 | 23.95 | 16.9 | - |
| YUV | 135.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 107 | 0 | 0.44 | 0.45 | 0.23 | 2.02 | 0.43 | 0.59 |
| Hex | C4 | 6E | 6B | 0 | 2C | 2D | 17 | 2 | 2B | 3B |
| Octal | 304 | 156 | 153 | 0 | 54 | 55 | 27 | 2 | 53 | 73 |
| Binary | 11000100 | 1101110 | 1101011 | 0 | 101100 | 101101 | 10111 | 10 | 101011 | 111011 |
Color Harmonies of #C46E6B
Complementary color
Monochromatic Colors of #C46E6B
Black with #C46E6B
Text Example
Text Example
White with #C46E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E6B; }
p { color: rgb(196,110,107); }
H1.HeaderClassName
{
color: #C46E6B;
}
.AnyTagClassName
{
color: #C46E6B;
}
</style>
background-color css
<style>
a { background-color: #C46E6B; }
a { background-color: rgb(196,110,107); }
div.DivClassName
{
background-color: #C46E6B;
}
.BgClassName
{
background-color: #C46E6B;
}
</style>
border-color css
<style>
span { border-color: #C46E6B; }
span { border-color: rgb(196,110,107); }
td.TdClassName
{
border-color: #C46E6B;
}
.TagClassName
{
border-color: #C46E6B;
}
</style>