Shades of Contessa #C46C65
Tints of Contessa #C46C65
RGB
CMYK
RGB Variations
Color information
#C46C65 (or 0xC46C65) is known color: Contessa. HEX triplet: C4, 6C and 65. RGB value is (196,108,101). Sum of RGB (Red+Green+Blue) = 196+108+101=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C65 is #3B939A. Grayscale: #858585. Windows color (decimal): -3904411 or 6646980. OLE color: 6646980.
HSL color Cylindrical-coordinate representation of color #C46C65: hue angle of 4.42º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46C65 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 101 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.23 |
| HSL | 4.42º | 0.45% | 0.58% | - |
| HSV(B) | 4.42º | 0.48% | 0.77% | - |
| XYZ | 30.48 | 23.4 | 15.22 | - |
| YUV | 133.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 101 | 0 | 0.45 | 0.48 | 0.23 | 4.42 | 0.45 | 0.58 |
| Hex | C4 | 6C | 65 | 0 | 2D | 30 | 17 | 4 | 2D | 3A |
| Octal | 304 | 154 | 145 | 0 | 55 | 60 | 27 | 4 | 55 | 72 |
| Binary | 11000100 | 1101100 | 1100101 | 0 | 101101 | 110000 | 10111 | 100 | 101101 | 111010 |
Color Harmonies of #C46C65
Complementary color
Monochromatic Colors of #C46C65
Black with #C46C65
Text Example
Text Example
White with #C46C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C65; }
p { color: rgb(196,108,101); }
H1.HeaderClassName
{
color: #C46C65;
}
.AnyTagClassName
{
color: #C46C65;
}
</style>
background-color css
<style>
a { background-color: #C46C65; }
a { background-color: rgb(196,108,101); }
div.DivClassName
{
background-color: #C46C65;
}
.BgClassName
{
background-color: #C46C65;
}
</style>
border-color css
<style>
span { border-color: #C46C65; }
span { border-color: rgb(196,108,101); }
td.TdClassName
{
border-color: #C46C65;
}
.TagClassName
{
border-color: #C46C65;
}
</style>