Shades of Nugget #C29D2B
Tints of Nugget #C29D2B
RGB
CMYK
RGB Variations
Color information
#C29D2B (or 0xC29D2B) is known color: Nugget. HEX triplet: C2, 9D and 2B. RGB value is (194,157,43). Sum of RGB (Red+Green+Blue) = 194+157+43=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D2B is #3D62D4. Grayscale: #9B9B9B. Windows color (decimal): -4022997 or 2858434. OLE color: 2858434.
HSL color Cylindrical-coordinate representation of color #C29D2B: hue angle of 45.3º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C29D2B is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 43 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.24 |
| HSL | 45.3º | 0.64% | 0.46% | - |
| HSV(B) | 45.3º | 0.78% | 0.76% | - |
| XYZ | 34.74 | 35.76 | 7.36 | - |
| YUV | 155.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 43 | 0 | 0.19 | 0.78 | 0.24 | 45.3 | 0.64 | 0.46 |
| Hex | C2 | 9D | 2B | 0 | 13 | 4E | 18 | 2D | 40 | 2E |
| Octal | 302 | 235 | 53 | 0 | 23 | 116 | 30 | 55 | 100 | 56 |
| Binary | 11000010 | 10011101 | 101011 | 0 | 10011 | 1001110 | 11000 | 101101 | 1000000 | 101110 |
Color Harmonies of #C29D2B
Complementary color
Monochromatic Colors of #C29D2B
Black with #C29D2B
Text Example
Text Example
White with #C29D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D2B; }
p { color: rgb(194,157,43); }
H1.HeaderClassName
{
color: #C29D2B;
}
.AnyTagClassName
{
color: #C29D2B;
}
</style>
background-color css
<style>
a { background-color: #C29D2B; }
a { background-color: rgb(194,157,43); }
div.DivClassName
{
background-color: #C29D2B;
}
.BgClassName
{
background-color: #C29D2B;
}
</style>
border-color css
<style>
span { border-color: #C29D2B; }
span { border-color: rgb(194,157,43); }
td.TdClassName
{
border-color: #C29D2B;
}
.TagClassName
{
border-color: #C29D2B;
}
</style>