Shades of Contessa #C46C6C
Tints of Contessa #C46C6C
RGB
CMYK
RGB Variations
Color information
#C46C6C (or 0xC46C6C) is known color: Contessa. HEX triplet: C4, 6C and 6C. RGB value is (196,108,108). Sum of RGB (Red+Green+Blue) = 196+108+108=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C6C is #3B9393. Grayscale: #868686. Windows color (decimal): -3904404 or 7105732. OLE color: 7105732.
HSL color Cylindrical-coordinate representation of color #C46C6C: hue angle of 0º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C6C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 108 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.23 |
| HSL | 0º | 0.43% | 0.6% | - |
| HSV(B) | 0º | 0.45% | 0.77% | - |
| XYZ | 30.83 | 23.54 | 17.11 | - |
| YUV | 134.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 108 | 0 | 0.45 | 0.45 | 0.23 | 0 | 0.43 | 0.6 |
| Hex | C4 | 6C | 6C | 0 | 2D | 2D | 17 | 0 | 2B | 3C |
| Octal | 304 | 154 | 154 | 0 | 55 | 55 | 27 | 0 | 53 | 74 |
| Binary | 11000100 | 1101100 | 1101100 | 0 | 101101 | 101101 | 10111 | 0 | 101011 | 111100 |
Color Harmonies of #C46C6C
Complementary color
Monochromatic Colors of #C46C6C
Black with #C46C6C
Text Example
Text Example
White with #C46C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C6C; }
p { color: rgb(196,108,108); }
H1.HeaderClassName
{
color: #C46C6C;
}
.AnyTagClassName
{
color: #C46C6C;
}
</style>
background-color css
<style>
a { background-color: #C46C6C; }
a { background-color: rgb(196,108,108); }
div.DivClassName
{
background-color: #C46C6C;
}
.BgClassName
{
background-color: #C46C6C;
}
</style>
border-color css
<style>
span { border-color: #C46C6C; }
span { border-color: rgb(196,108,108); }
td.TdClassName
{
border-color: #C46C6C;
}
.TagClassName
{
border-color: #C46C6C;
}
</style>