Shades of Nugget #C19B32
Tints of Nugget #C19B32
RGB
CMYK
RGB Variations
Color information
#C19B32 (or 0xC19B32) is known color: Nugget. HEX triplet: C1, 9B and 32. RGB value is (193,155,50). Sum of RGB (Red+Green+Blue) = 193+155+50=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B32 is #3E64CD. Grayscale: #9A9A9A. Windows color (decimal): -4089038 or 3316673. OLE color: 3316673.
HSL color Cylindrical-coordinate representation of color #C19B32: hue angle of 44.06º 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 #C19B32 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 50 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.24 |
| HSL | 44.06º | 0.59% | 0.48% | - |
| HSV(B) | 44.06º | 0.74% | 0.76% | - |
| XYZ | 34.29 | 35.01 | 7.97 | - |
| YUV | 154.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 50 | 0 | 0.20 | 0.74 | 0.24 | 44.06 | 0.59 | 0.48 |
| Hex | C1 | 9B | 32 | 0 | 14 | 4A | 18 | 2C | 3B | 30 |
| Octal | 301 | 233 | 62 | 0 | 24 | 112 | 30 | 54 | 73 | 60 |
| Binary | 11000001 | 10011011 | 110010 | 0 | 10100 | 1001010 | 11000 | 101100 | 111011 | 110000 |
Color Harmonies of #C19B32
Complementary color
Monochromatic Colors of #C19B32
Black with #C19B32
Text Example
Text Example
White with #C19B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B32; }
p { color: rgb(193,155,50); }
H1.HeaderClassName
{
color: #C19B32;
}
.AnyTagClassName
{
color: #C19B32;
}
</style>
background-color css
<style>
a { background-color: #C19B32; }
a { background-color: rgb(193,155,50); }
div.DivClassName
{
background-color: #C19B32;
}
.BgClassName
{
background-color: #C19B32;
}
</style>
border-color css
<style>
span { border-color: #C19B32; }
span { border-color: rgb(193,155,50); }
td.TdClassName
{
border-color: #C19B32;
}
.TagClassName
{
border-color: #C19B32;
}
</style>