Shades of Contessa #C66760
Tints of Contessa #C66760
RGB
CMYK
RGB Variations
Color information
#C66760 (or 0xC66760) is known color: Contessa. HEX triplet: C6, 67 and 60. RGB value is (198,103,96). Sum of RGB (Red+Green+Blue) = 198+103+96=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66760 is #39989F. Grayscale: #828282. Windows color (decimal): -3774624 or 6318022. OLE color: 6318022.
HSL color Cylindrical-coordinate representation of color #C66760: hue angle of 4.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66760 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 96 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.22 |
| HSL | 4.12º | 0.47% | 0.58% | - |
| HSV(B) | 4.12º | 0.52% | 0.78% | - |
| XYZ | 30.25 | 22.55 | 13.82 | - |
| YUV | 130.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 96 | 0 | 0.48 | 0.52 | 0.22 | 4.12 | 0.47 | 0.58 |
| Hex | C6 | 67 | 60 | 0 | 30 | 34 | 16 | 4 | 2F | 3A |
| Octal | 306 | 147 | 140 | 0 | 60 | 64 | 26 | 4 | 57 | 72 |
| Binary | 11000110 | 1100111 | 1100000 | 0 | 110000 | 110100 | 10110 | 100 | 101111 | 111010 |
Color Harmonies of #C66760
Complementary color
Monochromatic Colors of #C66760
Black with #C66760
Text Example
Text Example
White with #C66760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66760; }
p { color: rgb(198,103,96); }
H1.HeaderClassName
{
color: #C66760;
}
.AnyTagClassName
{
color: #C66760;
}
</style>
background-color css
<style>
a { background-color: #C66760; }
a { background-color: rgb(198,103,96); }
div.DivClassName
{
background-color: #C66760;
}
.BgClassName
{
background-color: #C66760;
}
</style>
border-color css
<style>
span { border-color: #C66760; }
span { border-color: rgb(198,103,96); }
td.TdClassName
{
border-color: #C66760;
}
.TagClassName
{
border-color: #C66760;
}
</style>