Shades of Contessa #C66565
Tints of Contessa #C66565
RGB
CMYK
RGB Variations
Color information
#C66565 (or 0xC66565) is known color: Contessa. HEX triplet: C6, 65 and 65. RGB value is (198,101,101). Sum of RGB (Red+Green+Blue) = 198+101+101=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C66565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66565 is #399A9A. Grayscale: #828282. Windows color (decimal): -3775131 or 6645190. OLE color: 6645190.
HSL color Cylindrical-coordinate representation of color #C66565: hue angle of 0º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66565 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 101 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.22 |
| HSL | 0º | 0.46% | 0.59% | - |
| HSV(B) | 0º | 0.49% | 0.78% | - |
| XYZ | 30.29 | 22.25 | 15.01 | - |
| YUV | 130 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 101 | 0 | 0.49 | 0.49 | 0.22 | 0 | 0.46 | 0.59 |
| Hex | C6 | 65 | 65 | 0 | 31 | 31 | 16 | 0 | 2E | 3B |
| Octal | 306 | 145 | 145 | 0 | 61 | 61 | 26 | 0 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1100101 | 0 | 110001 | 110001 | 10110 | 0 | 101110 | 111011 |
Color Harmonies of #C66565
Complementary color
Monochromatic Colors of #C66565
Black with #C66565
Text Example
Text Example
White with #C66565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66565; }
p { color: rgb(198,101,101); }
H1.HeaderClassName
{
color: #C66565;
}
.AnyTagClassName
{
color: #C66565;
}
</style>
background-color css
<style>
a { background-color: #C66565; }
a { background-color: rgb(198,101,101); }
div.DivClassName
{
background-color: #C66565;
}
.BgClassName
{
background-color: #C66565;
}
</style>
border-color css
<style>
span { border-color: #C66565; }
span { border-color: rgb(198,101,101); }
td.TdClassName
{
border-color: #C66565;
}
.TagClassName
{
border-color: #C66565;
}
</style>