Shades of Nugget #C19C2D
Tints of Nugget #C19C2D
RGB
CMYK
RGB Variations
Color information
#C19C2D (or 0xC19C2D) is known color: Nugget. HEX triplet: C1, 9C and 2D. RGB value is (193,156,45). Sum of RGB (Red+Green+Blue) = 193+156+45=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C2D is #3E63D2. Grayscale: #9A9A9A. Windows color (decimal): -4088787 or 2989249. OLE color: 2989249.
HSL color Cylindrical-coordinate representation of color #C19C2D: hue angle of 45º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C19C2D is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 45 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.24 |
| HSL | 45º | 0.62% | 0.47% | - |
| HSV(B) | 45º | 0.77% | 0.76% | - |
| XYZ | 34.35 | 35.3 | 7.49 | - |
| YUV | 154.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 45 | 0 | 0.19 | 0.77 | 0.24 | 45 | 0.62 | 0.47 |
| Hex | C1 | 9C | 2D | 0 | 13 | 4D | 18 | 2D | 3E | 2F |
| Octal | 301 | 234 | 55 | 0 | 23 | 115 | 30 | 55 | 76 | 57 |
| Binary | 11000001 | 10011100 | 101101 | 0 | 10011 | 1001101 | 11000 | 101101 | 111110 | 101111 |
Color Harmonies of #C19C2D
Complementary color
Monochromatic Colors of #C19C2D
Black with #C19C2D
Text Example
Text Example
White with #C19C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C2D; }
p { color: rgb(193,156,45); }
H1.HeaderClassName
{
color: #C19C2D;
}
.AnyTagClassName
{
color: #C19C2D;
}
</style>
background-color css
<style>
a { background-color: #C19C2D; }
a { background-color: rgb(193,156,45); }
div.DivClassName
{
background-color: #C19C2D;
}
.BgClassName
{
background-color: #C19C2D;
}
</style>
border-color css
<style>
span { border-color: #C19C2D; }
span { border-color: rgb(193,156,45); }
td.TdClassName
{
border-color: #C19C2D;
}
.TagClassName
{
border-color: #C19C2D;
}
</style>