Shades of Nugget #C09C2D
Tints of Nugget #C09C2D
RGB
CMYK
RGB Variations
Color information
#C09C2D (or 0xC09C2D) is known color: Nugget. HEX triplet: C0, 9C and 2D. RGB value is (192,156,45). Sum of RGB (Red+Green+Blue) = 192+156+45=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C2D is #3F63D2. Grayscale: #9A9A9A. Windows color (decimal): -4154323 or 2989248. OLE color: 2989248.
HSL color Cylindrical-coordinate representation of color #C09C2D: hue angle of 45.31º 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 #C09C2D is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 45 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.25 |
| HSL | 45.31º | 0.62% | 0.46% | - |
| HSV(B) | 45.31º | 0.77% | 0.75% | - |
| XYZ | 34.1 | 35.17 | 7.47 | - |
| YUV | 154.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 45 | 0 | 0.19 | 0.77 | 0.25 | 45.31 | 0.62 | 0.46 |
| Hex | C0 | 9C | 2D | 0 | 13 | 4D | 19 | 2D | 3E | 2E |
| Octal | 300 | 234 | 55 | 0 | 23 | 115 | 31 | 55 | 76 | 56 |
| Binary | 11000000 | 10011100 | 101101 | 0 | 10011 | 1001101 | 11001 | 101101 | 111110 | 101110 |
Color Harmonies of #C09C2D
Complementary color
Monochromatic Colors of #C09C2D
Black with #C09C2D
Text Example
Text Example
White with #C09C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C2D; }
p { color: rgb(192,156,45); }
H1.HeaderClassName
{
color: #C09C2D;
}
.AnyTagClassName
{
color: #C09C2D;
}
</style>
background-color css
<style>
a { background-color: #C09C2D; }
a { background-color: rgb(192,156,45); }
div.DivClassName
{
background-color: #C09C2D;
}
.BgClassName
{
background-color: #C09C2D;
}
</style>
border-color css
<style>
span { border-color: #C09C2D; }
span { border-color: rgb(192,156,45); }
td.TdClassName
{
border-color: #C09C2D;
}
.TagClassName
{
border-color: #C09C2D;
}
</style>