Shades of Contessa #C46C62
Tints of Contessa #C46C62
RGB
CMYK
RGB Variations
Color information
#C46C62 (or 0xC46C62) is known color: Contessa. HEX triplet: C4, 6C and 62. RGB value is (196,108,98). Sum of RGB (Red+Green+Blue) = 196+108+98=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C62 is #3B939D. Grayscale: #858585. Windows color (decimal): -3904414 or 6450372. OLE color: 6450372.
HSL color Cylindrical-coordinate representation of color #C46C62: hue angle of 6.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46C62 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 98 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.23 |
| HSL | 6.12º | 0.45% | 0.58% | - |
| HSV(B) | 6.12º | 0.5% | 0.77% | - |
| XYZ | 30.33 | 23.34 | 14.46 | - |
| YUV | 133.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 98 | 0 | 0.45 | 0.5 | 0.23 | 6.12 | 0.45 | 0.58 |
| Hex | C4 | 6C | 62 | 0 | 2D | 32 | 17 | 6 | 2D | 3A |
| Octal | 304 | 154 | 142 | 0 | 55 | 62 | 27 | 6 | 55 | 72 |
| Binary | 11000100 | 1101100 | 1100010 | 0 | 101101 | 110010 | 10111 | 110 | 101101 | 111010 |
Color Harmonies of #C46C62
Complementary color
Monochromatic Colors of #C46C62
Black with #C46C62
Text Example
Text Example
White with #C46C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C62; }
p { color: rgb(196,108,98); }
H1.HeaderClassName
{
color: #C46C62;
}
.AnyTagClassName
{
color: #C46C62;
}
</style>
background-color css
<style>
a { background-color: #C46C62; }
a { background-color: rgb(196,108,98); }
div.DivClassName
{
background-color: #C46C62;
}
.BgClassName
{
background-color: #C46C62;
}
</style>
border-color css
<style>
span { border-color: #C46C62; }
span { border-color: rgb(196,108,98); }
td.TdClassName
{
border-color: #C46C62;
}
.TagClassName
{
border-color: #C46C62;
}
</style>