Shades of Contessa #C07667
Tints of Contessa #C07667
RGB
CMYK
RGB Variations
Color information
#C07667 (or 0xC07667) is known color: Contessa. HEX triplet: C0, 76 and 67. RGB value is (192,118,103). Sum of RGB (Red+Green+Blue) = 192+118+103=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C07667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07667 is #3F8998. Grayscale: #8A8A8A. Windows color (decimal): -4163993 or 6780608. OLE color: 6780608.
HSL color Cylindrical-coordinate representation of color #C07667: hue angle of 10.11º 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 #C07667 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 103 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.25 |
| HSL | 10.11º | 0.41% | 0.58% | - |
| HSV(B) | 10.11º | 0.46% | 0.75% | - |
| XYZ | 30.66 | 25.14 | 16.07 | - |
| YUV | 138.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 103 | 0 | 0.39 | 0.46 | 0.25 | 10.11 | 0.41 | 0.58 |
| Hex | C0 | 76 | 67 | 0 | 27 | 2E | 19 | A | 29 | 3A |
| Octal | 300 | 166 | 147 | 0 | 47 | 56 | 31 | 12 | 51 | 72 |
| Binary | 11000000 | 1110110 | 1100111 | 0 | 100111 | 101110 | 11001 | 1010 | 101001 | 111010 |
Color Harmonies of #C07667
Complementary color
Monochromatic Colors of #C07667
Black with #C07667
Text Example
Text Example
White with #C07667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07667; }
p { color: rgb(192,118,103); }
H1.HeaderClassName
{
color: #C07667;
}
.AnyTagClassName
{
color: #C07667;
}
</style>
background-color css
<style>
a { background-color: #C07667; }
a { background-color: rgb(192,118,103); }
div.DivClassName
{
background-color: #C07667;
}
.BgClassName
{
background-color: #C07667;
}
</style>
border-color css
<style>
span { border-color: #C07667; }
span { border-color: rgb(192,118,103); }
td.TdClassName
{
border-color: #C07667;
}
.TagClassName
{
border-color: #C07667;
}
</style>