Shades of Gimblet #C0AC6B
Tints of Gimblet #C0AC6B
RGB
CMYK
RGB Variations
Color information
#C0AC6B (or 0xC0AC6B) is known color: Gimblet. HEX triplet: C0, AC and 6B. RGB value is (192,172,107). Sum of RGB (Red+Green+Blue) = 192+172+107=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC6B is #3F5394. Grayscale: #AAAAAA. Windows color (decimal): -4150165 or 7056576. OLE color: 7056576.
HSL color Cylindrical-coordinate representation of color #C0AC6B: hue angle of 45.88º 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 #C0AC6B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 107 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.25 |
| HSL | 45.88º | 0.4% | 0.59% | - |
| HSV(B) | 45.88º | 0.44% | 0.75% | - |
| XYZ | 39.14 | 41.77 | 19.91 | - |
| YUV | 170.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 107 | 0 | 0.10 | 0.44 | 0.25 | 45.88 | 0.4 | 0.59 |
| Hex | C0 | AC | 6B | 0 | A | 2C | 19 | 2E | 28 | 3B |
| Octal | 300 | 254 | 153 | 0 | 12 | 54 | 31 | 56 | 50 | 73 |
| Binary | 11000000 | 10101100 | 1101011 | 0 | 1010 | 101100 | 11001 | 101110 | 101000 | 111011 |
Color Harmonies of #C0AC6B
Complementary color
Monochromatic Colors of #C0AC6B
Black with #C0AC6B
Text Example
Text Example
White with #C0AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC6B; }
p { color: rgb(192,172,107); }
H1.HeaderClassName
{
color: #C0AC6B;
}
.AnyTagClassName
{
color: #C0AC6B;
}
</style>
background-color css
<style>
a { background-color: #C0AC6B; }
a { background-color: rgb(192,172,107); }
div.DivClassName
{
background-color: #C0AC6B;
}
.BgClassName
{
background-color: #C0AC6B;
}
</style>
border-color css
<style>
span { border-color: #C0AC6B; }
span { border-color: rgb(192,172,107); }
td.TdClassName
{
border-color: #C0AC6B;
}
.TagClassName
{
border-color: #C0AC6B;
}
</style>