Shades of Contessa #C46F6D
Tints of Contessa #C46F6D
RGB
CMYK
RGB Variations
Color information
#C46F6D (or 0xC46F6D) is known color: Contessa. HEX triplet: C4, 6F and 6D. RGB value is (196,111,109). Sum of RGB (Red+Green+Blue) = 196+111+109=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F6D is #3B9092. Grayscale: #888888. Windows color (decimal): -3903635 or 7172036. OLE color: 7172036.
HSL color Cylindrical-coordinate representation of color #C46F6D: hue angle of 1.38º 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 #C46F6D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 109 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.23 |
| HSL | 1.38º | 0.42% | 0.6% | - |
| HSV(B) | 1.38º | 0.44% | 0.77% | - |
| XYZ | 31.21 | 24.21 | 17.5 | - |
| YUV | 136.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 109 | 0 | 0.43 | 0.44 | 0.23 | 1.38 | 0.42 | 0.6 |
| Hex | C4 | 6F | 6D | 0 | 2B | 2C | 17 | 1 | 2A | 3C |
| Octal | 304 | 157 | 155 | 0 | 53 | 54 | 27 | 1 | 52 | 74 |
| Binary | 11000100 | 1101111 | 1101101 | 0 | 101011 | 101100 | 10111 | 1 | 101010 | 111100 |
Color Harmonies of #C46F6D
Complementary color
Monochromatic Colors of #C46F6D
Black with #C46F6D
Text Example
Text Example
White with #C46F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F6D; }
p { color: rgb(196,111,109); }
H1.HeaderClassName
{
color: #C46F6D;
}
.AnyTagClassName
{
color: #C46F6D;
}
</style>
background-color css
<style>
a { background-color: #C46F6D; }
a { background-color: rgb(196,111,109); }
div.DivClassName
{
background-color: #C46F6D;
}
.BgClassName
{
background-color: #C46F6D;
}
</style>
border-color css
<style>
span { border-color: #C46F6D; }
span { border-color: rgb(196,111,109); }
td.TdClassName
{
border-color: #C46F6D;
}
.TagClassName
{
border-color: #C46F6D;
}
</style>