Shades of Contessa #C67168
Tints of Contessa #C67168
RGB
CMYK
RGB Variations
Color information
#C67168 (or 0xC67168) is known color: Contessa. HEX triplet: C6, 71 and 68. RGB value is (198,113,104). Sum of RGB (Red+Green+Blue) = 198+113+104=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67168 is #398E97. Grayscale: #898989. Windows color (decimal): -3772056 or 6844870. OLE color: 6844870.
HSL color Cylindrical-coordinate representation of color #C67168: hue angle of 5.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67168 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 104 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.22 |
| HSL | 5.74º | 0.45% | 0.59% | - |
| HSV(B) | 5.74º | 0.47% | 0.78% | - |
| XYZ | 31.69 | 24.82 | 16.22 | - |
| YUV | 137.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 104 | 0 | 0.43 | 0.47 | 0.22 | 5.74 | 0.45 | 0.59 |
| Hex | C6 | 71 | 68 | 0 | 2B | 2F | 16 | 6 | 2D | 3B |
| Octal | 306 | 161 | 150 | 0 | 53 | 57 | 26 | 6 | 55 | 73 |
| Binary | 11000110 | 1110001 | 1101000 | 0 | 101011 | 101111 | 10110 | 110 | 101101 | 111011 |
Color Harmonies of #C67168
Complementary color
Monochromatic Colors of #C67168
Black with #C67168
Text Example
Text Example
White with #C67168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67168; }
p { color: rgb(198,113,104); }
H1.HeaderClassName
{
color: #C67168;
}
.AnyTagClassName
{
color: #C67168;
}
</style>
background-color css
<style>
a { background-color: #C67168; }
a { background-color: rgb(198,113,104); }
div.DivClassName
{
background-color: #C67168;
}
.BgClassName
{
background-color: #C67168;
}
</style>
border-color css
<style>
span { border-color: #C67168; }
span { border-color: rgb(198,113,104); }
td.TdClassName
{
border-color: #C67168;
}
.TagClassName
{
border-color: #C67168;
}
</style>