Shades of Contessa #C07B6C
Tints of Contessa #C07B6C
RGB
CMYK
RGB Variations
Color information
#C07B6C (or 0xC07B6C) is known color: Contessa. HEX triplet: C0, 7B and 6C. RGB value is (192,123,108). Sum of RGB (Red+Green+Blue) = 192+123+108=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B6C is #3F8493. Grayscale: #8E8E8E. Windows color (decimal): -4162708 or 7109568. OLE color: 7109568.
HSL color Cylindrical-coordinate representation of color #C07B6C: hue angle of 10.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07B6C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 108 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.25 |
| HSL | 10.71º | 0.4% | 0.59% | - |
| HSV(B) | 10.71º | 0.44% | 0.75% | - |
| XYZ | 31.53 | 26.46 | 17.63 | - |
| YUV | 141.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 108 | 0 | 0.36 | 0.44 | 0.25 | 10.71 | 0.4 | 0.59 |
| Hex | C0 | 7B | 6C | 0 | 24 | 2C | 19 | B | 28 | 3B |
| Octal | 300 | 173 | 154 | 0 | 44 | 54 | 31 | 13 | 50 | 73 |
| Binary | 11000000 | 1111011 | 1101100 | 0 | 100100 | 101100 | 11001 | 1011 | 101000 | 111011 |
Color Harmonies of #C07B6C
Complementary color
Monochromatic Colors of #C07B6C
Black with #C07B6C
Text Example
Text Example
White with #C07B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B6C; }
p { color: rgb(192,123,108); }
H1.HeaderClassName
{
color: #C07B6C;
}
.AnyTagClassName
{
color: #C07B6C;
}
</style>
background-color css
<style>
a { background-color: #C07B6C; }
a { background-color: rgb(192,123,108); }
div.DivClassName
{
background-color: #C07B6C;
}
.BgClassName
{
background-color: #C07B6C;
}
</style>
border-color css
<style>
span { border-color: #C07B6C; }
span { border-color: rgb(192,123,108); }
td.TdClassName
{
border-color: #C07B6C;
}
.TagClassName
{
border-color: #C07B6C;
}
</style>