Shades of Nugget #C19D32
Tints of Nugget #C19D32
RGB
CMYK
RGB Variations
Color information
#C19D32 (or 0xC19D32) is known color: Nugget. HEX triplet: C1, 9D and 32. RGB value is (193,157,50). Sum of RGB (Red+Green+Blue) = 193+157+50=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D32 is #3E62CD. Grayscale: #9C9C9C. Windows color (decimal): -4088526 or 3317185. OLE color: 3317185.
HSL color Cylindrical-coordinate representation of color #C19D32: hue angle of 44.9º degrees, saturation: 0.59, 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 #C19D32 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 50 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.24 |
| HSL | 44.9º | 0.59% | 0.48% | - |
| HSV(B) | 44.9º | 0.74% | 0.76% | - |
| XYZ | 34.63 | 35.68 | 8.08 | - |
| YUV | 155.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 50 | 0 | 0.19 | 0.74 | 0.24 | 44.9 | 0.59 | 0.48 |
| Hex | C1 | 9D | 32 | 0 | 13 | 4A | 18 | 2D | 3B | 30 |
| Octal | 301 | 235 | 62 | 0 | 23 | 112 | 30 | 55 | 73 | 60 |
| Binary | 11000001 | 10011101 | 110010 | 0 | 10011 | 1001010 | 11000 | 101101 | 111011 | 110000 |
Color Harmonies of #C19D32
Complementary color
Monochromatic Colors of #C19D32
Black with #C19D32
Text Example
Text Example
White with #C19D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D32; }
p { color: rgb(193,157,50); }
H1.HeaderClassName
{
color: #C19D32;
}
.AnyTagClassName
{
color: #C19D32;
}
</style>
background-color css
<style>
a { background-color: #C19D32; }
a { background-color: rgb(193,157,50); }
div.DivClassName
{
background-color: #C19D32;
}
.BgClassName
{
background-color: #C19D32;
}
</style>
border-color css
<style>
span { border-color: #C19D32; }
span { border-color: rgb(193,157,50); }
td.TdClassName
{
border-color: #C19D32;
}
.TagClassName
{
border-color: #C19D32;
}
</style>