Shades of Contessa #C66563
Tints of Contessa #C66563
RGB
CMYK
RGB Variations
Color information
#C66563 (or 0xC66563) is known color: Contessa. HEX triplet: C6, 65 and 63. RGB value is (198,101,99). Sum of RGB (Red+Green+Blue) = 198+101+99=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C66563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66563 is #399A9C. Grayscale: #818181. Windows color (decimal): -3775133 or 6514118. OLE color: 6514118.
HSL color Cylindrical-coordinate representation of color #C66563: hue angle of 1.21º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66563 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 99 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.22 |
| HSL | 1.21º | 0.46% | 0.58% | - |
| HSV(B) | 1.21º | 0.5% | 0.78% | - |
| XYZ | 30.19 | 22.21 | 14.5 | - |
| YUV | 129.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 99 | 0 | 0.49 | 0.50 | 0.22 | 1.21 | 0.46 | 0.58 |
| Hex | C6 | 65 | 63 | 0 | 31 | 32 | 16 | 1 | 2E | 3A |
| Octal | 306 | 145 | 143 | 0 | 61 | 62 | 26 | 1 | 56 | 72 |
| Binary | 11000110 | 1100101 | 1100011 | 0 | 110001 | 110010 | 10110 | 1 | 101110 | 111010 |
Color Harmonies of #C66563
Complementary color
Monochromatic Colors of #C66563
Black with #C66563
Text Example
Text Example
White with #C66563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66563; }
p { color: rgb(198,101,99); }
H1.HeaderClassName
{
color: #C66563;
}
.AnyTagClassName
{
color: #C66563;
}
</style>
background-color css
<style>
a { background-color: #C66563; }
a { background-color: rgb(198,101,99); }
div.DivClassName
{
background-color: #C66563;
}
.BgClassName
{
background-color: #C66563;
}
</style>
border-color css
<style>
span { border-color: #C66563; }
span { border-color: rgb(198,101,99); }
td.TdClassName
{
border-color: #C66563;
}
.TagClassName
{
border-color: #C66563;
}
</style>