Shades of Contessa #C46C68
Tints of Contessa #C46C68
RGB
CMYK
RGB Variations
Color information
#C46C68 (or 0xC46C68) is known color: Contessa. HEX triplet: C4, 6C and 68. RGB value is (196,108,104). Sum of RGB (Red+Green+Blue) = 196+108+104=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C68 is #3B9397. Grayscale: #858585. Windows color (decimal): -3904408 or 6843588. OLE color: 6843588.
HSL color Cylindrical-coordinate representation of color #C46C68: hue angle of 2.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46C68 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 104 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.23 |
| HSL | 2.61º | 0.44% | 0.59% | - |
| HSV(B) | 2.61º | 0.47% | 0.77% | - |
| XYZ | 30.63 | 23.46 | 16.01 | - |
| YUV | 133.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 104 | 0 | 0.45 | 0.47 | 0.23 | 2.61 | 0.44 | 0.59 |
| Hex | C4 | 6C | 68 | 0 | 2D | 2F | 17 | 3 | 2C | 3B |
| Octal | 304 | 154 | 150 | 0 | 55 | 57 | 27 | 3 | 54 | 73 |
| Binary | 11000100 | 1101100 | 1101000 | 0 | 101101 | 101111 | 10111 | 11 | 101100 | 111011 |
Color Harmonies of #C46C68
Complementary color
Monochromatic Colors of #C46C68
Black with #C46C68
Text Example
Text Example
White with #C46C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C68; }
p { color: rgb(196,108,104); }
H1.HeaderClassName
{
color: #C46C68;
}
.AnyTagClassName
{
color: #C46C68;
}
</style>
background-color css
<style>
a { background-color: #C46C68; }
a { background-color: rgb(196,108,104); }
div.DivClassName
{
background-color: #C46C68;
}
.BgClassName
{
background-color: #C46C68;
}
</style>
border-color css
<style>
span { border-color: #C46C68; }
span { border-color: rgb(196,108,104); }
td.TdClassName
{
border-color: #C46C68;
}
.TagClassName
{
border-color: #C46C68;
}
</style>