Shades of Nugget #C48A21
Tints of Nugget #C48A21
RGB
CMYK
RGB Variations
Color information
#C48A21 (or 0xC48A21) is known color: Nugget. HEX triplet: C4, 8A and 21. RGB value is (196,138,33). Sum of RGB (Red+Green+Blue) = 196+138+33=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A21 is #3B75DE. Grayscale: #8F8F8F. Windows color (decimal): -3896799 or 2198212. OLE color: 2198212.
HSL color Cylindrical-coordinate representation of color #C48A21: hue angle of 38.65º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48A21 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 33 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.23 |
| HSL | 38.65º | 0.71% | 0.45% | - |
| HSV(B) | 38.65º | 0.83% | 0.77% | - |
| XYZ | 32.13 | 30.02 | 5.54 | - |
| YUV | 143.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 33 | 0 | 0.30 | 0.83 | 0.23 | 38.65 | 0.71 | 0.45 |
| Hex | C4 | 8A | 21 | 0 | 1E | 53 | 17 | 27 | 47 | 2D |
| Octal | 304 | 212 | 41 | 0 | 36 | 123 | 27 | 47 | 107 | 55 |
| Binary | 11000100 | 10001010 | 100001 | 0 | 11110 | 1010011 | 10111 | 100111 | 1000111 | 101101 |
Color Harmonies of #C48A21
Complementary color
Monochromatic Colors of #C48A21
Black with #C48A21
Text Example
Text Example
White with #C48A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A21; }
p { color: rgb(196,138,33); }
H1.HeaderClassName
{
color: #C48A21;
}
.AnyTagClassName
{
color: #C48A21;
}
</style>
background-color css
<style>
a { background-color: #C48A21; }
a { background-color: rgb(196,138,33); }
div.DivClassName
{
background-color: #C48A21;
}
.BgClassName
{
background-color: #C48A21;
}
</style>
border-color css
<style>
span { border-color: #C48A21; }
span { border-color: rgb(196,138,33); }
td.TdClassName
{
border-color: #C48A21;
}
.TagClassName
{
border-color: #C48A21;
}
</style>