Shades of Contessa #C67668
Tints of Contessa #C67668
RGB
CMYK
RGB Variations
Color information
#C67668 (or 0xC67668) is known color: Contessa. HEX triplet: C6, 76 and 68. RGB value is (198,118,104). Sum of RGB (Red+Green+Blue) = 198+118+104=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C67668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67668 is #398997. Grayscale: #8C8C8C. Windows color (decimal): -3770776 or 6846150. OLE color: 6846150.
HSL color Cylindrical-coordinate representation of color #C67668: hue angle of 8.94º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67668 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 104 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.22 |
| HSL | 8.94º | 0.45% | 0.59% | - |
| HSV(B) | 8.94º | 0.47% | 0.78% | - |
| XYZ | 32.27 | 25.96 | 16.41 | - |
| YUV | 140.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 104 | 0 | 0.40 | 0.47 | 0.22 | 8.94 | 0.45 | 0.59 |
| Hex | C6 | 76 | 68 | 0 | 28 | 2F | 16 | 9 | 2D | 3B |
| Octal | 306 | 166 | 150 | 0 | 50 | 57 | 26 | 11 | 55 | 73 |
| Binary | 11000110 | 1110110 | 1101000 | 0 | 101000 | 101111 | 10110 | 1001 | 101101 | 111011 |
Color Harmonies of #C67668
Complementary color
Monochromatic Colors of #C67668
Black with #C67668
Text Example
Text Example
White with #C67668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67668; }
p { color: rgb(198,118,104); }
H1.HeaderClassName
{
color: #C67668;
}
.AnyTagClassName
{
color: #C67668;
}
</style>
background-color css
<style>
a { background-color: #C67668; }
a { background-color: rgb(198,118,104); }
div.DivClassName
{
background-color: #C67668;
}
.BgClassName
{
background-color: #C67668;
}
</style>
border-color css
<style>
span { border-color: #C67668; }
span { border-color: rgb(198,118,104); }
td.TdClassName
{
border-color: #C67668;
}
.TagClassName
{
border-color: #C67668;
}
</style>