Shades of Gimblet #C4B35C
Tints of Gimblet #C4B35C
RGB
CMYK
RGB Variations
Color information
#C4B35C (or 0xC4B35C) is known color: Gimblet. HEX triplet: C4, B3 and 5C. RGB value is (196,179,92). Sum of RGB (Red+Green+Blue) = 196+179+92=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B35C is #3B4CA3. Grayscale: #AEAEAE. Windows color (decimal): -3886244 or 6075332. OLE color: 6075332.
HSL color Cylindrical-coordinate representation of color #C4B35C: hue angle of 50.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4B35C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 92 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.23 |
| HSL | 50.19º | 0.47% | 0.56% | - |
| HSV(B) | 50.19º | 0.53% | 0.77% | - |
| XYZ | 40.82 | 44.75 | 16.61 | - |
| YUV | 174.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 92 | 0 | 0.09 | 0.53 | 0.23 | 50.19 | 0.47 | 0.56 |
| Hex | C4 | B3 | 5C | 0 | 9 | 35 | 17 | 32 | 2F | 38 |
| Octal | 304 | 263 | 134 | 0 | 11 | 65 | 27 | 62 | 57 | 70 |
| Binary | 11000100 | 10110011 | 1011100 | 0 | 1001 | 110101 | 10111 | 110010 | 101111 | 111000 |
Color Harmonies of #C4B35C
Complementary color
Monochromatic Colors of #C4B35C
Black with #C4B35C
Text Example
Text Example
White with #C4B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B35C; }
p { color: rgb(196,179,92); }
H1.HeaderClassName
{
color: #C4B35C;
}
.AnyTagClassName
{
color: #C4B35C;
}
</style>
background-color css
<style>
a { background-color: #C4B35C; }
a { background-color: rgb(196,179,92); }
div.DivClassName
{
background-color: #C4B35C;
}
.BgClassName
{
background-color: #C4B35C;
}
</style>
border-color css
<style>
span { border-color: #C4B35C; }
span { border-color: rgb(196,179,92); }
td.TdClassName
{
border-color: #C4B35C;
}
.TagClassName
{
border-color: #C4B35C;
}
</style>