Shades of Nugget #C19C2F
Tints of Nugget #C19C2F
RGB
CMYK
RGB Variations
Color information
#C19C2F (or 0xC19C2F) is known color: Nugget. HEX triplet: C1, 9C and 2F. RGB value is (193,156,47). Sum of RGB (Red+Green+Blue) = 193+156+47=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C2F is #3E63D0. Grayscale: #9B9B9B. Windows color (decimal): -4088785 or 3120321. OLE color: 3120321.
HSL color Cylindrical-coordinate representation of color #C19C2F: hue angle of 44.79º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C19C2F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 47 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.24 |
| HSL | 44.79º | 0.61% | 0.47% | - |
| HSV(B) | 44.79º | 0.76% | 0.76% | - |
| XYZ | 34.39 | 35.32 | 7.69 | - |
| YUV | 154.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 47 | 0 | 0.19 | 0.76 | 0.24 | 44.79 | 0.61 | 0.47 |
| Hex | C1 | 9C | 2F | 0 | 13 | 4C | 18 | 2D | 3D | 2F |
| Octal | 301 | 234 | 57 | 0 | 23 | 114 | 30 | 55 | 75 | 57 |
| Binary | 11000001 | 10011100 | 101111 | 0 | 10011 | 1001100 | 11000 | 101101 | 111101 | 101111 |
Color Harmonies of #C19C2F
Complementary color
Monochromatic Colors of #C19C2F
Black with #C19C2F
Text Example
Text Example
White with #C19C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C2F; }
p { color: rgb(193,156,47); }
H1.HeaderClassName
{
color: #C19C2F;
}
.AnyTagClassName
{
color: #C19C2F;
}
</style>
background-color css
<style>
a { background-color: #C19C2F; }
a { background-color: rgb(193,156,47); }
div.DivClassName
{
background-color: #C19C2F;
}
.BgClassName
{
background-color: #C19C2F;
}
</style>
border-color css
<style>
span { border-color: #C19C2F; }
span { border-color: rgb(193,156,47); }
td.TdClassName
{
border-color: #C19C2F;
}
.TagClassName
{
border-color: #C19C2F;
}
</style>