Shades of Contessa #C67A6E
Tints of Contessa #C67A6E
RGB
CMYK
RGB Variations
Color information
#C67A6E (or 0xC67A6E) is known color: Contessa. HEX triplet: C6, 7A and 6E. RGB value is (198,122,110). Sum of RGB (Red+Green+Blue) = 198+122+110=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A6E is #398591. Grayscale: #8F8F8F. Windows color (decimal): -3769746 or 7240390. OLE color: 7240390.
HSL color Cylindrical-coordinate representation of color #C67A6E: hue angle of 8.18º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67A6E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 110 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.22 |
| HSL | 8.18º | 0.44% | 0.6% | - |
| HSV(B) | 8.18º | 0.44% | 0.78% | - |
| XYZ | 33.06 | 27.05 | 18.23 | - |
| YUV | 143.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 110 | 0 | 0.38 | 0.44 | 0.22 | 8.18 | 0.44 | 0.6 |
| Hex | C6 | 7A | 6E | 0 | 26 | 2C | 16 | 8 | 2C | 3C |
| Octal | 306 | 172 | 156 | 0 | 46 | 54 | 26 | 10 | 54 | 74 |
| Binary | 11000110 | 1111010 | 1101110 | 0 | 100110 | 101100 | 10110 | 1000 | 101100 | 111100 |
Color Harmonies of #C67A6E
Complementary color
Monochromatic Colors of #C67A6E
Black with #C67A6E
Text Example
Text Example
White with #C67A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A6E; }
p { color: rgb(198,122,110); }
H1.HeaderClassName
{
color: #C67A6E;
}
.AnyTagClassName
{
color: #C67A6E;
}
</style>
background-color css
<style>
a { background-color: #C67A6E; }
a { background-color: rgb(198,122,110); }
div.DivClassName
{
background-color: #C67A6E;
}
.BgClassName
{
background-color: #C67A6E;
}
</style>
border-color css
<style>
span { border-color: #C67A6E; }
span { border-color: rgb(198,122,110); }
td.TdClassName
{
border-color: #C67A6E;
}
.TagClassName
{
border-color: #C67A6E;
}
</style>