Shades of Contessa #C67C6C
Tints of Contessa #C67C6C
RGB
CMYK
RGB Variations
Color information
#C67C6C (or 0xC67C6C) is known color: Contessa. HEX triplet: C6, 7C and 6C. RGB value is (198,124,108). Sum of RGB (Red+Green+Blue) = 198+124+108=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C6C is #398393. Grayscale: #909090. Windows color (decimal): -3769236 or 7109830. OLE color: 7109830.
HSL color Cylindrical-coordinate representation of color #C67C6C: hue angle of 10.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67C6C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 108 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.22 |
| HSL | 10.67º | 0.44% | 0.6% | - |
| HSV(B) | 10.67º | 0.45% | 0.78% | - |
| XYZ | 33.2 | 27.5 | 17.75 | - |
| YUV | 144.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 108 | 0 | 0.37 | 0.45 | 0.22 | 10.67 | 0.44 | 0.6 |
| Hex | C6 | 7C | 6C | 0 | 25 | 2D | 16 | B | 2C | 3C |
| Octal | 306 | 174 | 154 | 0 | 45 | 55 | 26 | 13 | 54 | 74 |
| Binary | 11000110 | 1111100 | 1101100 | 0 | 100101 | 101101 | 10110 | 1011 | 101100 | 111100 |
Color Harmonies of #C67C6C
Complementary color
Monochromatic Colors of #C67C6C
Black with #C67C6C
Text Example
Text Example
White with #C67C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C6C; }
p { color: rgb(198,124,108); }
H1.HeaderClassName
{
color: #C67C6C;
}
.AnyTagClassName
{
color: #C67C6C;
}
</style>
background-color css
<style>
a { background-color: #C67C6C; }
a { background-color: rgb(198,124,108); }
div.DivClassName
{
background-color: #C67C6C;
}
.BgClassName
{
background-color: #C67C6C;
}
</style>
border-color css
<style>
span { border-color: #C67C6C; }
span { border-color: rgb(198,124,108); }
td.TdClassName
{
border-color: #C67C6C;
}
.TagClassName
{
border-color: #C67C6C;
}
</style>