Shades of Contessa #C46C60
Tints of Contessa #C46C60
RGB
CMYK
RGB Variations
Color information
#C46C60 (or 0xC46C60) is known color: Contessa. HEX triplet: C4, 6C and 60. RGB value is (196,108,96). Sum of RGB (Red+Green+Blue) = 196+108+96=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C60 is #3B939F. Grayscale: #858585. Windows color (decimal): -3904416 or 6319300. OLE color: 6319300.
HSL color Cylindrical-coordinate representation of color #C46C60: hue angle of 7.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46C60 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 96 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.23 |
| HSL | 7.2º | 0.46% | 0.57% | - |
| HSV(B) | 7.2º | 0.51% | 0.77% | - |
| XYZ | 30.24 | 23.31 | 13.97 | - |
| YUV | 132.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 96 | 0 | 0.45 | 0.51 | 0.23 | 7.2 | 0.46 | 0.57 |
| Hex | C4 | 6C | 60 | 0 | 2D | 33 | 17 | 7 | 2E | 39 |
| Octal | 304 | 154 | 140 | 0 | 55 | 63 | 27 | 7 | 56 | 71 |
| Binary | 11000100 | 1101100 | 1100000 | 0 | 101101 | 110011 | 10111 | 111 | 101110 | 111001 |
Color Harmonies of #C46C60
Complementary color
Monochromatic Colors of #C46C60
Black with #C46C60
Text Example
Text Example
White with #C46C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C60; }
p { color: rgb(196,108,96); }
H1.HeaderClassName
{
color: #C46C60;
}
.AnyTagClassName
{
color: #C46C60;
}
</style>
background-color css
<style>
a { background-color: #C46C60; }
a { background-color: rgb(196,108,96); }
div.DivClassName
{
background-color: #C46C60;
}
.BgClassName
{
background-color: #C46C60;
}
</style>
border-color css
<style>
span { border-color: #C46C60; }
span { border-color: rgb(196,108,96); }
td.TdClassName
{
border-color: #C46C60;
}
.TagClassName
{
border-color: #C46C60;
}
</style>