Shades of Contessa #C67066
Tints of Contessa #C67066
RGB
CMYK
RGB Variations
Color information
#C67066 (or 0xC67066) is known color: Contessa. HEX triplet: C6, 70 and 66. RGB value is (198,112,102). Sum of RGB (Red+Green+Blue) = 198+112+102=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C67066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67066 is #398F99. Grayscale: #888888. Windows color (decimal): -3772314 or 6713542. OLE color: 6713542.
HSL color Cylindrical-coordinate representation of color #C67066: hue angle of 6.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67066 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 102 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.22 |
| HSL | 6.25º | 0.46% | 0.59% | - |
| HSV(B) | 6.25º | 0.48% | 0.78% | - |
| XYZ | 31.48 | 24.55 | 15.65 | - |
| YUV | 136.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 102 | 0 | 0.43 | 0.48 | 0.22 | 6.25 | 0.46 | 0.59 |
| Hex | C6 | 70 | 66 | 0 | 2B | 30 | 16 | 6 | 2E | 3B |
| Octal | 306 | 160 | 146 | 0 | 53 | 60 | 26 | 6 | 56 | 73 |
| Binary | 11000110 | 1110000 | 1100110 | 0 | 101011 | 110000 | 10110 | 110 | 101110 | 111011 |
Color Harmonies of #C67066
Complementary color
Monochromatic Colors of #C67066
Black with #C67066
Text Example
Text Example
White with #C67066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67066; }
p { color: rgb(198,112,102); }
H1.HeaderClassName
{
color: #C67066;
}
.AnyTagClassName
{
color: #C67066;
}
</style>
background-color css
<style>
a { background-color: #C67066; }
a { background-color: rgb(198,112,102); }
div.DivClassName
{
background-color: #C67066;
}
.BgClassName
{
background-color: #C67066;
}
</style>
border-color css
<style>
span { border-color: #C67066; }
span { border-color: rgb(198,112,102); }
td.TdClassName
{
border-color: #C67066;
}
.TagClassName
{
border-color: #C67066;
}
</style>