Shades of Contessa #C67C76
Tints of Contessa #C67C76
RGB
CMYK
RGB Variations
Color information
#C67C76 (or 0xC67C76) is known color: Contessa. HEX triplet: C6, 7C and 76. RGB value is (198,124,118). Sum of RGB (Red+Green+Blue) = 198+124+118=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C76 is #398389. Grayscale: #919191. Windows color (decimal): -3769226 or 7765190. OLE color: 7765190.
HSL color Cylindrical-coordinate representation of color #C67C76: hue angle of 4.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67C76 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 118 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.22 |
| HSL | 4.5º | 0.41% | 0.62% | - |
| HSV(B) | 4.5º | 0.4% | 0.78% | - |
| XYZ | 33.77 | 27.73 | 20.71 | - |
| YUV | 145.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 118 | 0 | 0.37 | 0.40 | 0.22 | 4.5 | 0.41 | 0.62 |
| Hex | C6 | 7C | 76 | 0 | 25 | 28 | 16 | 4 | 29 | 3E |
| Octal | 306 | 174 | 166 | 0 | 45 | 50 | 26 | 4 | 51 | 76 |
| Binary | 11000110 | 1111100 | 1110110 | 0 | 100101 | 101000 | 10110 | 100 | 101001 | 111110 |
Color Harmonies of #C67C76
Complementary color
Monochromatic Colors of #C67C76
Black with #C67C76
Text Example
Text Example
White with #C67C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C76; }
p { color: rgb(198,124,118); }
H1.HeaderClassName
{
color: #C67C76;
}
.AnyTagClassName
{
color: #C67C76;
}
</style>
background-color css
<style>
a { background-color: #C67C76; }
a { background-color: rgb(198,124,118); }
div.DivClassName
{
background-color: #C67C76;
}
.BgClassName
{
background-color: #C67C76;
}
</style>
border-color css
<style>
span { border-color: #C67C76; }
span { border-color: rgb(198,124,118); }
td.TdClassName
{
border-color: #C67C76;
}
.TagClassName
{
border-color: #C67C76;
}
</style>