Shades of Contessa #C67A6A
Tints of Contessa #C67A6A
RGB
CMYK
RGB Variations
Color information
#C67A6A (or 0xC67A6A) is known color: Contessa. HEX triplet: C6, 7A and 6A. RGB value is (198,122,106). Sum of RGB (Red+Green+Blue) = 198+122+106=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A6A is #398595. Grayscale: #8F8F8F. Windows color (decimal): -3769750 or 6978246. OLE color: 6978246.
HSL color Cylindrical-coordinate representation of color #C67A6A: hue angle of 10.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C67A6A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 106 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.22 |
| HSL | 10.43º | 0.45% | 0.6% | - |
| HSV(B) | 10.43º | 0.46% | 0.78% | - |
| XYZ | 32.85 | 26.97 | 17.11 | - |
| YUV | 142.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 106 | 0 | 0.38 | 0.46 | 0.22 | 10.43 | 0.45 | 0.6 |
| Hex | C6 | 7A | 6A | 0 | 26 | 2E | 16 | A | 2D | 3C |
| Octal | 306 | 172 | 152 | 0 | 46 | 56 | 26 | 12 | 55 | 74 |
| Binary | 11000110 | 1111010 | 1101010 | 0 | 100110 | 101110 | 10110 | 1010 | 101101 | 111100 |
Color Harmonies of #C67A6A
Complementary color
Monochromatic Colors of #C67A6A
Black with #C67A6A
Text Example
Text Example
White with #C67A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A6A; }
p { color: rgb(198,122,106); }
H1.HeaderClassName
{
color: #C67A6A;
}
.AnyTagClassName
{
color: #C67A6A;
}
</style>
background-color css
<style>
a { background-color: #C67A6A; }
a { background-color: rgb(198,122,106); }
div.DivClassName
{
background-color: #C67A6A;
}
.BgClassName
{
background-color: #C67A6A;
}
</style>
border-color css
<style>
span { border-color: #C67A6A; }
span { border-color: rgb(198,122,106); }
td.TdClassName
{
border-color: #C67A6A;
}
.TagClassName
{
border-color: #C67A6A;
}
</style>