Shades of Nugget #C29127
Tints of Nugget #C29127
RGB
CMYK
RGB Variations
Color information
#C29127 (or 0xC29127) is known color: Nugget. HEX triplet: C2, 91 and 27. RGB value is (194,145,39). Sum of RGB (Red+Green+Blue) = 194+145+39=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C29127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29127 is #3D6ED8. Grayscale: #949494. Windows color (decimal): -4026073 or 2593218. OLE color: 2593218.
HSL color Cylindrical-coordinate representation of color #C29127: hue angle of 41.03º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29127 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 39 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.24 |
| HSL | 41.03º | 0.67% | 0.46% | - |
| HSV(B) | 41.03º | 0.8% | 0.76% | - |
| XYZ | 32.74 | 31.87 | 6.34 | - |
| YUV | 147.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 39 | 0 | 0.25 | 0.80 | 0.24 | 41.03 | 0.67 | 0.46 |
| Hex | C2 | 91 | 27 | 0 | 19 | 50 | 18 | 29 | 43 | 2E |
| Octal | 302 | 221 | 47 | 0 | 31 | 120 | 30 | 51 | 103 | 56 |
| Binary | 11000010 | 10010001 | 100111 | 0 | 11001 | 1010000 | 11000 | 101001 | 1000011 | 101110 |
Color Harmonies of #C29127
Complementary color
Monochromatic Colors of #C29127
Black with #C29127
Text Example
Text Example
White with #C29127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29127; }
p { color: rgb(194,145,39); }
H1.HeaderClassName
{
color: #C29127;
}
.AnyTagClassName
{
color: #C29127;
}
</style>
background-color css
<style>
a { background-color: #C29127; }
a { background-color: rgb(194,145,39); }
div.DivClassName
{
background-color: #C29127;
}
.BgClassName
{
background-color: #C29127;
}
</style>
border-color css
<style>
span { border-color: #C29127; }
span { border-color: rgb(194,145,39); }
td.TdClassName
{
border-color: #C29127;
}
.TagClassName
{
border-color: #C29127;
}
</style>