Shades of Nugget #C48C1A
Tints of Nugget #C48C1A
RGB
CMYK
RGB Variations
Color information
#C48C1A (or 0xC48C1A) is known color: Nugget. HEX triplet: C4, 8C and 1A. RGB value is (196,140,26). Sum of RGB (Red+Green+Blue) = 196+140+26=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C1A is #3B73E5. Grayscale: #909090. Windows color (decimal): -3896294 or 1739972. OLE color: 1739972.
HSL color Cylindrical-coordinate representation of color #C48C1A: hue angle of 40.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C48C1A is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 26 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.23 |
| HSL | 40.24º | 0.77% | 0.44% | - |
| HSV(B) | 40.24º | 0.87% | 0.77% | - |
| XYZ | 32.33 | 30.57 | 5.17 | - |
| YUV | 143.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 26 | 0 | 0.29 | 0.87 | 0.23 | 40.24 | 0.77 | 0.44 |
| Hex | C4 | 8C | 1A | 0 | 1D | 57 | 17 | 28 | 4D | 2C |
| Octal | 304 | 214 | 32 | 0 | 35 | 127 | 27 | 50 | 115 | 54 |
| Binary | 11000100 | 10001100 | 11010 | 0 | 11101 | 1010111 | 10111 | 101000 | 1001101 | 101100 |
Color Harmonies of #C48C1A
Complementary color
Monochromatic Colors of #C48C1A
Black with #C48C1A
Text Example
Text Example
White with #C48C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C1A; }
p { color: rgb(196,140,26); }
H1.HeaderClassName
{
color: #C48C1A;
}
.AnyTagClassName
{
color: #C48C1A;
}
</style>
background-color css
<style>
a { background-color: #C48C1A; }
a { background-color: rgb(196,140,26); }
div.DivClassName
{
background-color: #C48C1A;
}
.BgClassName
{
background-color: #C48C1A;
}
</style>
border-color css
<style>
span { border-color: #C48C1A; }
span { border-color: rgb(196,140,26); }
td.TdClassName
{
border-color: #C48C1A;
}
.TagClassName
{
border-color: #C48C1A;
}
</style>