Shades of Nugget #C29B33
Tints of Nugget #C29B33
RGB
CMYK
RGB Variations
Color information
#C29B33 (or 0xC29B33) is known color: Nugget. HEX triplet: C2, 9B and 33. RGB value is (194,155,51). Sum of RGB (Red+Green+Blue) = 194+155+51=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B33 is #3D64CC. Grayscale: #9B9B9B. Windows color (decimal): -4023501 or 3382210. OLE color: 3382210.
HSL color Cylindrical-coordinate representation of color #C29B33: hue angle of 43.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29B33 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 51 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.24 |
| HSL | 43.64º | 0.58% | 0.48% | - |
| HSV(B) | 43.64º | 0.74% | 0.76% | - |
| XYZ | 34.57 | 35.15 | 8.09 | - |
| YUV | 154.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 51 | 0 | 0.20 | 0.74 | 0.24 | 43.64 | 0.58 | 0.48 |
| Hex | C2 | 9B | 33 | 0 | 14 | 4A | 18 | 2C | 3A | 30 |
| Octal | 302 | 233 | 63 | 0 | 24 | 112 | 30 | 54 | 72 | 60 |
| Binary | 11000010 | 10011011 | 110011 | 0 | 10100 | 1001010 | 11000 | 101100 | 111010 | 110000 |
Color Harmonies of #C29B33
Complementary color
Monochromatic Colors of #C29B33
Black with #C29B33
Text Example
Text Example
White with #C29B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B33; }
p { color: rgb(194,155,51); }
H1.HeaderClassName
{
color: #C29B33;
}
.AnyTagClassName
{
color: #C29B33;
}
</style>
background-color css
<style>
a { background-color: #C29B33; }
a { background-color: rgb(194,155,51); }
div.DivClassName
{
background-color: #C29B33;
}
.BgClassName
{
background-color: #C29B33;
}
</style>
border-color css
<style>
span { border-color: #C29B33; }
span { border-color: rgb(194,155,51); }
td.TdClassName
{
border-color: #C29B33;
}
.TagClassName
{
border-color: #C29B33;
}
</style>