Shades of Gimblet #C0B067
Tints of Gimblet #C0B067
RGB
CMYK
RGB Variations
Color information
#C0B067 (or 0xC0B067) is known color: Gimblet. HEX triplet: C0, B0 and 67. RGB value is (192,176,103). Sum of RGB (Red+Green+Blue) = 192+176+103=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B067 is #3F4F98. Grayscale: #ACACAC. Windows color (decimal): -4149145 or 6795456. OLE color: 6795456.
HSL color Cylindrical-coordinate representation of color #C0B067: hue angle of 49.21º 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 #C0B067 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 103 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.25 |
| HSL | 49.21º | 0.41% | 0.58% | - |
| HSV(B) | 49.21º | 0.46% | 0.75% | - |
| XYZ | 39.71 | 43.24 | 19.08 | - |
| YUV | 172.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 103 | 0 | 0.08 | 0.46 | 0.25 | 49.21 | 0.41 | 0.58 |
| Hex | C0 | B0 | 67 | 0 | 8 | 2E | 19 | 31 | 29 | 3A |
| Octal | 300 | 260 | 147 | 0 | 10 | 56 | 31 | 61 | 51 | 72 |
| Binary | 11000000 | 10110000 | 1100111 | 0 | 1000 | 101110 | 11001 | 110001 | 101001 | 111010 |
Color Harmonies of #C0B067
Complementary color
Monochromatic Colors of #C0B067
Black with #C0B067
Text Example
Text Example
White with #C0B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B067; }
p { color: rgb(192,176,103); }
H1.HeaderClassName
{
color: #C0B067;
}
.AnyTagClassName
{
color: #C0B067;
}
</style>
background-color css
<style>
a { background-color: #C0B067; }
a { background-color: rgb(192,176,103); }
div.DivClassName
{
background-color: #C0B067;
}
.BgClassName
{
background-color: #C0B067;
}
</style>
border-color css
<style>
span { border-color: #C0B067; }
span { border-color: rgb(192,176,103); }
td.TdClassName
{
border-color: #C0B067;
}
.TagClassName
{
border-color: #C0B067;
}
</style>