Shades of Contessa #C67764
Tints of Contessa #C67764
RGB
CMYK
RGB Variations
Color information
#C67764 (or 0xC67764) is known color: Contessa. HEX triplet: C6, 77 and 64. RGB value is (198,119,100). Sum of RGB (Red+Green+Blue) = 198+119+100=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C67764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67764 is #39889B. Grayscale: #8C8C8C. Windows color (decimal): -3770524 or 6584262. OLE color: 6584262.
HSL color Cylindrical-coordinate representation of color #C67764: hue angle of 11.63º 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 #C67764 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 100 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.22 |
| HSL | 11.63º | 0.46% | 0.58% | - |
| HSV(B) | 11.63º | 0.49% | 0.78% | - |
| XYZ | 32.19 | 26.12 | 15.4 | - |
| YUV | 140.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 100 | 0 | 0.40 | 0.49 | 0.22 | 11.63 | 0.46 | 0.58 |
| Hex | C6 | 77 | 64 | 0 | 28 | 31 | 16 | C | 2E | 3A |
| Octal | 306 | 167 | 144 | 0 | 50 | 61 | 26 | 14 | 56 | 72 |
| Binary | 11000110 | 1110111 | 1100100 | 0 | 101000 | 110001 | 10110 | 1100 | 101110 | 111010 |
Color Harmonies of #C67764
Complementary color
Monochromatic Colors of #C67764
Black with #C67764
Text Example
Text Example
White with #C67764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67764; }
p { color: rgb(198,119,100); }
H1.HeaderClassName
{
color: #C67764;
}
.AnyTagClassName
{
color: #C67764;
}
</style>
background-color css
<style>
a { background-color: #C67764; }
a { background-color: rgb(198,119,100); }
div.DivClassName
{
background-color: #C67764;
}
.BgClassName
{
background-color: #C67764;
}
</style>
border-color css
<style>
span { border-color: #C67764; }
span { border-color: rgb(198,119,100); }
td.TdClassName
{
border-color: #C67764;
}
.TagClassName
{
border-color: #C67764;
}
</style>