Shades of Nugget #C09B2E
Tints of Nugget #C09B2E
RGB
CMYK
RGB Variations
Color information
#C09B2E (or 0xC09B2E) is known color: Nugget. HEX triplet: C0, 9B and 2E. RGB value is (192,155,46). Sum of RGB (Red+Green+Blue) = 192+155+46=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B2E is #3F64D1. Grayscale: #9A9A9A. Windows color (decimal): -4154578 or 3054528. OLE color: 3054528.
HSL color Cylindrical-coordinate representation of color #C09B2E: hue angle of 44.79º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C09B2E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 46 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.25 |
| HSL | 44.79º | 0.61% | 0.47% | - |
| HSV(B) | 44.79º | 0.76% | 0.75% | - |
| XYZ | 33.95 | 34.85 | 7.52 | - |
| YUV | 153.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 46 | 0 | 0.19 | 0.76 | 0.25 | 44.79 | 0.61 | 0.47 |
| Hex | C0 | 9B | 2E | 0 | 13 | 4C | 19 | 2D | 3D | 2F |
| Octal | 300 | 233 | 56 | 0 | 23 | 114 | 31 | 55 | 75 | 57 |
| Binary | 11000000 | 10011011 | 101110 | 0 | 10011 | 1001100 | 11001 | 101101 | 111101 | 101111 |
Color Harmonies of #C09B2E
Complementary color
Monochromatic Colors of #C09B2E
Black with #C09B2E
Text Example
Text Example
White with #C09B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B2E; }
p { color: rgb(192,155,46); }
H1.HeaderClassName
{
color: #C09B2E;
}
.AnyTagClassName
{
color: #C09B2E;
}
</style>
background-color css
<style>
a { background-color: #C09B2E; }
a { background-color: rgb(192,155,46); }
div.DivClassName
{
background-color: #C09B2E;
}
.BgClassName
{
background-color: #C09B2E;
}
</style>
border-color css
<style>
span { border-color: #C09B2E; }
span { border-color: rgb(192,155,46); }
td.TdClassName
{
border-color: #C09B2E;
}
.TagClassName
{
border-color: #C09B2E;
}
</style>