Shades of Nugget #C09A2D
Tints of Nugget #C09A2D
RGB
CMYK
RGB Variations
Color information
#C09A2D (or 0xC09A2D) is known color: Nugget. HEX triplet: C0, 9A and 2D. RGB value is (192,154,45). Sum of RGB (Red+Green+Blue) = 192+154+45=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A2D is #3F65D2. Grayscale: #999999. Windows color (decimal): -4154835 or 2988736. OLE color: 2988736.
HSL color Cylindrical-coordinate representation of color #C09A2D: hue angle of 44.49º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C09A2D is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 45 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.25 |
| HSL | 44.49º | 0.62% | 0.46% | - |
| HSV(B) | 44.49º | 0.77% | 0.75% | - |
| XYZ | 33.77 | 34.51 | 7.36 | - |
| YUV | 152.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 45 | 0 | 0.20 | 0.77 | 0.25 | 44.49 | 0.62 | 0.46 |
| Hex | C0 | 9A | 2D | 0 | 14 | 4D | 19 | 2C | 3E | 2E |
| Octal | 300 | 232 | 55 | 0 | 24 | 115 | 31 | 54 | 76 | 56 |
| Binary | 11000000 | 10011010 | 101101 | 0 | 10100 | 1001101 | 11001 | 101100 | 111110 | 101110 |
Color Harmonies of #C09A2D
Complementary color
Monochromatic Colors of #C09A2D
Black with #C09A2D
Text Example
Text Example
White with #C09A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A2D; }
p { color: rgb(192,154,45); }
H1.HeaderClassName
{
color: #C09A2D;
}
.AnyTagClassName
{
color: #C09A2D;
}
</style>
background-color css
<style>
a { background-color: #C09A2D; }
a { background-color: rgb(192,154,45); }
div.DivClassName
{
background-color: #C09A2D;
}
.BgClassName
{
background-color: #C09A2D;
}
</style>
border-color css
<style>
span { border-color: #C09A2D; }
span { border-color: rgb(192,154,45); }
td.TdClassName
{
border-color: #C09A2D;
}
.TagClassName
{
border-color: #C09A2D;
}
</style>