Shades of Contessa #C07468
Tints of Contessa #C07468
RGB
CMYK
RGB Variations
Color information
#C07468 (or 0xC07468) is known color: Contessa. HEX triplet: C0, 74 and 68. RGB value is (192,116,104). Sum of RGB (Red+Green+Blue) = 192+116+104=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C07468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07468 is #3F8B97. Grayscale: #898989. Windows color (decimal): -4164504 or 6845632. OLE color: 6845632.
HSL color Cylindrical-coordinate representation of color #C07468: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07468 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 104 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.25 |
| HSL | 8.18º | 0.41% | 0.58% | - |
| HSV(B) | 8.18º | 0.46% | 0.75% | - |
| XYZ | 30.48 | 24.7 | 16.26 | - |
| YUV | 137.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 104 | 0 | 0.40 | 0.46 | 0.25 | 8.18 | 0.41 | 0.58 |
| Hex | C0 | 74 | 68 | 0 | 28 | 2E | 19 | 8 | 29 | 3A |
| Octal | 300 | 164 | 150 | 0 | 50 | 56 | 31 | 10 | 51 | 72 |
| Binary | 11000000 | 1110100 | 1101000 | 0 | 101000 | 101110 | 11001 | 1000 | 101001 | 111010 |
Color Harmonies of #C07468
Complementary color
Monochromatic Colors of #C07468
Black with #C07468
Text Example
Text Example
White with #C07468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07468; }
p { color: rgb(192,116,104); }
H1.HeaderClassName
{
color: #C07468;
}
.AnyTagClassName
{
color: #C07468;
}
</style>
background-color css
<style>
a { background-color: #C07468; }
a { background-color: rgb(192,116,104); }
div.DivClassName
{
background-color: #C07468;
}
.BgClassName
{
background-color: #C07468;
}
</style>
border-color css
<style>
span { border-color: #C07468; }
span { border-color: rgb(192,116,104); }
td.TdClassName
{
border-color: #C07468;
}
.TagClassName
{
border-color: #C07468;
}
</style>