Shades of Nugget #C39C2B
Tints of Nugget #C39C2B
RGB
CMYK
RGB Variations
Color information
#C39C2B (or 0xC39C2B) is known color: Nugget. HEX triplet: C3, 9C and 2B. RGB value is (195,156,43). Sum of RGB (Red+Green+Blue) = 195+156+43=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C2B is #3C63D4. Grayscale: #9B9B9B. Windows color (decimal): -3957717 or 2858179. OLE color: 2858179.
HSL color Cylindrical-coordinate representation of color #C39C2B: hue angle of 44.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C39C2B is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 43 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.24 |
| HSL | 44.61º | 0.64% | 0.47% | - |
| HSV(B) | 44.61º | 0.78% | 0.76% | - |
| XYZ | 34.83 | 35.55 | 7.31 | - |
| YUV | 154.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 43 | 0 | 0.20 | 0.78 | 0.24 | 44.61 | 0.64 | 0.47 |
| Hex | C3 | 9C | 2B | 0 | 14 | 4E | 18 | 2D | 40 | 2F |
| Octal | 303 | 234 | 53 | 0 | 24 | 116 | 30 | 55 | 100 | 57 |
| Binary | 11000011 | 10011100 | 101011 | 0 | 10100 | 1001110 | 11000 | 101101 | 1000000 | 101111 |
Color Harmonies of #C39C2B
Complementary color
Monochromatic Colors of #C39C2B
Black with #C39C2B
Text Example
Text Example
White with #C39C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C2B; }
p { color: rgb(195,156,43); }
H1.HeaderClassName
{
color: #C39C2B;
}
.AnyTagClassName
{
color: #C39C2B;
}
</style>
background-color css
<style>
a { background-color: #C39C2B; }
a { background-color: rgb(195,156,43); }
div.DivClassName
{
background-color: #C39C2B;
}
.BgClassName
{
background-color: #C39C2B;
}
</style>
border-color css
<style>
span { border-color: #C39C2B; }
span { border-color: rgb(195,156,43); }
td.TdClassName
{
border-color: #C39C2B;
}
.TagClassName
{
border-color: #C39C2B;
}
</style>