Shades of Contessa #C07867
Tints of Contessa #C07867
RGB
CMYK
RGB Variations
Color information
#C07867 (or 0xC07867) is known color: Contessa. HEX triplet: C0, 78 and 67. RGB value is (192,120,103). Sum of RGB (Red+Green+Blue) = 192+120+103=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C07867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07867 is #3F8798. Grayscale: #8B8B8B. Windows color (decimal): -4163481 or 6781120. OLE color: 6781120.
HSL color Cylindrical-coordinate representation of color #C07867: hue angle of 11.46º 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 #C07867 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 103 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.25 |
| HSL | 11.46º | 0.41% | 0.58% | - |
| HSV(B) | 11.46º | 0.46% | 0.75% | - |
| XYZ | 30.9 | 25.62 | 16.15 | - |
| YUV | 139.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 103 | 0 | 0.38 | 0.46 | 0.25 | 11.46 | 0.41 | 0.58 |
| Hex | C0 | 78 | 67 | 0 | 26 | 2E | 19 | B | 29 | 3A |
| Octal | 300 | 170 | 147 | 0 | 46 | 56 | 31 | 13 | 51 | 72 |
| Binary | 11000000 | 1111000 | 1100111 | 0 | 100110 | 101110 | 11001 | 1011 | 101001 | 111010 |
Color Harmonies of #C07867
Complementary color
Monochromatic Colors of #C07867
Black with #C07867
Text Example
Text Example
White with #C07867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07867; }
p { color: rgb(192,120,103); }
H1.HeaderClassName
{
color: #C07867;
}
.AnyTagClassName
{
color: #C07867;
}
</style>
background-color css
<style>
a { background-color: #C07867; }
a { background-color: rgb(192,120,103); }
div.DivClassName
{
background-color: #C07867;
}
.BgClassName
{
background-color: #C07867;
}
</style>
border-color css
<style>
span { border-color: #C07867; }
span { border-color: rgb(192,120,103); }
td.TdClassName
{
border-color: #C07867;
}
.TagClassName
{
border-color: #C07867;
}
</style>