Shades of Nugget #C09B2C
Tints of Nugget #C09B2C
RGB
CMYK
RGB Variations
Color information
#C09B2C (or 0xC09B2C) is known color: Nugget. HEX triplet: C0, 9B and 2C. RGB value is (192,155,44). Sum of RGB (Red+Green+Blue) = 192+155+44=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B2C is #3F64D3. Grayscale: #999999. Windows color (decimal): -4154580 or 2923456. OLE color: 2923456.
HSL color Cylindrical-coordinate representation of color #C09B2C: hue angle of 45º degrees, saturation: 0.63, 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 #C09B2C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 44 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.25 |
| HSL | 45º | 0.63% | 0.46% | - |
| HSV(B) | 45º | 0.77% | 0.75% | - |
| XYZ | 33.91 | 34.83 | 7.32 | - |
| YUV | 153.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 44 | 0 | 0.19 | 0.77 | 0.25 | 45 | 0.63 | 0.46 |
| Hex | C0 | 9B | 2C | 0 | 13 | 4D | 19 | 2D | 3F | 2E |
| Octal | 300 | 233 | 54 | 0 | 23 | 115 | 31 | 55 | 77 | 56 |
| Binary | 11000000 | 10011011 | 101100 | 0 | 10011 | 1001101 | 11001 | 101101 | 111111 | 101110 |
Color Harmonies of #C09B2C
Complementary color
Monochromatic Colors of #C09B2C
Black with #C09B2C
Text Example
Text Example
White with #C09B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B2C; }
p { color: rgb(192,155,44); }
H1.HeaderClassName
{
color: #C09B2C;
}
.AnyTagClassName
{
color: #C09B2C;
}
</style>
background-color css
<style>
a { background-color: #C09B2C; }
a { background-color: rgb(192,155,44); }
div.DivClassName
{
background-color: #C09B2C;
}
.BgClassName
{
background-color: #C09B2C;
}
</style>
border-color css
<style>
span { border-color: #C09B2C; }
span { border-color: rgb(192,155,44); }
td.TdClassName
{
border-color: #C09B2C;
}
.TagClassName
{
border-color: #C09B2C;
}
</style>