Shades of Nugget #C39E2F
Tints of Nugget #C39E2F
RGB
CMYK
RGB Variations
Color information
#C39E2F (or 0xC39E2F) is known color: Nugget. HEX triplet: C3, 9E and 2F. RGB value is (195,158,47). Sum of RGB (Red+Green+Blue) = 195+158+47=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E2F is #3C61D0. Grayscale: #9C9C9C. Windows color (decimal): -3957201 or 3120835. OLE color: 3120835.
HSL color Cylindrical-coordinate representation of color #C39E2F: hue angle of 45º 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 #C39E2F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 47 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.24 |
| HSL | 45º | 0.61% | 0.47% | - |
| HSV(B) | 45º | 0.76% | 0.76% | - |
| XYZ | 35.25 | 36.26 | 7.83 | - |
| YUV | 156.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 47 | 0 | 0.19 | 0.76 | 0.24 | 45 | 0.61 | 0.47 |
| Hex | C3 | 9E | 2F | 0 | 13 | 4C | 18 | 2D | 3D | 2F |
| Octal | 303 | 236 | 57 | 0 | 23 | 114 | 30 | 55 | 75 | 57 |
| Binary | 11000011 | 10011110 | 101111 | 0 | 10011 | 1001100 | 11000 | 101101 | 111101 | 101111 |
Color Harmonies of #C39E2F
Complementary color
Monochromatic Colors of #C39E2F
Black with #C39E2F
Text Example
Text Example
White with #C39E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E2F; }
p { color: rgb(195,158,47); }
H1.HeaderClassName
{
color: #C39E2F;
}
.AnyTagClassName
{
color: #C39E2F;
}
</style>
background-color css
<style>
a { background-color: #C39E2F; }
a { background-color: rgb(195,158,47); }
div.DivClassName
{
background-color: #C39E2F;
}
.BgClassName
{
background-color: #C39E2F;
}
</style>
border-color css
<style>
span { border-color: #C39E2F; }
span { border-color: rgb(195,158,47); }
td.TdClassName
{
border-color: #C39E2F;
}
.TagClassName
{
border-color: #C39E2F;
}
</style>