Shades of Contessa #C66B65
Tints of Contessa #C66B65
RGB
CMYK
RGB Variations
Color information
#C66B65 (or 0xC66B65) is known color: Contessa. HEX triplet: C6, 6B and 65. RGB value is (198,107,101). Sum of RGB (Red+Green+Blue) = 198+107+101=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B65 is #39949A. Grayscale: #858585. Windows color (decimal): -3773595 or 6646726. OLE color: 6646726.
HSL color Cylindrical-coordinate representation of color #C66B65: hue angle of 3.71º 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 #C66B65 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 101 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.22 |
| HSL | 3.71º | 0.46% | 0.59% | - |
| HSV(B) | 3.71º | 0.49% | 0.78% | - |
| XYZ | 30.9 | 23.46 | 15.21 | - |
| YUV | 133.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 101 | 0 | 0.46 | 0.49 | 0.22 | 3.71 | 0.46 | 0.59 |
| Hex | C6 | 6B | 65 | 0 | 2E | 31 | 16 | 4 | 2E | 3B |
| Octal | 306 | 153 | 145 | 0 | 56 | 61 | 26 | 4 | 56 | 73 |
| Binary | 11000110 | 1101011 | 1100101 | 0 | 101110 | 110001 | 10110 | 100 | 101110 | 111011 |
Color Harmonies of #C66B65
Complementary color
Monochromatic Colors of #C66B65
Black with #C66B65
Text Example
Text Example
White with #C66B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B65; }
p { color: rgb(198,107,101); }
H1.HeaderClassName
{
color: #C66B65;
}
.AnyTagClassName
{
color: #C66B65;
}
</style>
background-color css
<style>
a { background-color: #C66B65; }
a { background-color: rgb(198,107,101); }
div.DivClassName
{
background-color: #C66B65;
}
.BgClassName
{
background-color: #C66B65;
}
</style>
border-color css
<style>
span { border-color: #C66B65; }
span { border-color: rgb(198,107,101); }
td.TdClassName
{
border-color: #C66B65;
}
.TagClassName
{
border-color: #C66B65;
}
</style>