Shades of Contessa #C66764
Tints of Contessa #C66764
RGB
CMYK
RGB Variations
Color information
#C66764 (or 0xC66764) is known color: Contessa. HEX triplet: C6, 67 and 64. RGB value is (198,103,100). Sum of RGB (Red+Green+Blue) = 198+103+100=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C66764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66764 is #39989B. Grayscale: #838383. Windows color (decimal): -3774620 or 6580166. OLE color: 6580166.
HSL color Cylindrical-coordinate representation of color #C66764: hue angle of 1.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66764 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 100 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.22 |
| HSL | 1.84º | 0.46% | 0.58% | - |
| HSV(B) | 1.84º | 0.49% | 0.78% | - |
| XYZ | 30.44 | 22.63 | 14.82 | - |
| YUV | 131.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 100 | 0 | 0.48 | 0.49 | 0.22 | 1.84 | 0.46 | 0.58 |
| Hex | C6 | 67 | 64 | 0 | 30 | 31 | 16 | 2 | 2E | 3A |
| Octal | 306 | 147 | 144 | 0 | 60 | 61 | 26 | 2 | 56 | 72 |
| Binary | 11000110 | 1100111 | 1100100 | 0 | 110000 | 110001 | 10110 | 10 | 101110 | 111010 |
Color Harmonies of #C66764
Complementary color
Monochromatic Colors of #C66764
Black with #C66764
Text Example
Text Example
White with #C66764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66764; }
p { color: rgb(198,103,100); }
H1.HeaderClassName
{
color: #C66764;
}
.AnyTagClassName
{
color: #C66764;
}
</style>
background-color css
<style>
a { background-color: #C66764; }
a { background-color: rgb(198,103,100); }
div.DivClassName
{
background-color: #C66764;
}
.BgClassName
{
background-color: #C66764;
}
</style>
border-color css
<style>
span { border-color: #C66764; }
span { border-color: rgb(198,103,100); }
td.TdClassName
{
border-color: #C66764;
}
.TagClassName
{
border-color: #C66764;
}
</style>