Shades of Nugget #C08A1E
Tints of Nugget #C08A1E
RGB
CMYK
RGB Variations
Color information
#C08A1E (or 0xC08A1E) is known color: Nugget. HEX triplet: C0, 8A and 1E. RGB value is (192,138,30). Sum of RGB (Red+Green+Blue) = 192+138+30=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A1E is #3F75E1. Grayscale: #8E8E8E. Windows color (decimal): -4158946 or 2001600. OLE color: 2001600.
HSL color Cylindrical-coordinate representation of color #C08A1E: hue angle of 40º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C08A1E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.25 |
| HSL | 40º | 0.73% | 0.44% | - |
| HSV(B) | 40º | 0.84% | 0.75% | - |
| XYZ | 31.06 | 29.48 | 5.28 | - |
| YUV | 141.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 30 | 0 | 0.28 | 0.84 | 0.25 | 40 | 0.73 | 0.44 |
| Hex | C0 | 8A | 1E | 0 | 1C | 54 | 19 | 28 | 49 | 2C |
| Octal | 300 | 212 | 36 | 0 | 34 | 124 | 31 | 50 | 111 | 54 |
| Binary | 11000000 | 10001010 | 11110 | 0 | 11100 | 1010100 | 11001 | 101000 | 1001001 | 101100 |
Color Harmonies of #C08A1E
Complementary color
Monochromatic Colors of #C08A1E
Black with #C08A1E
Text Example
Text Example
White with #C08A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A1E; }
p { color: rgb(192,138,30); }
H1.HeaderClassName
{
color: #C08A1E;
}
.AnyTagClassName
{
color: #C08A1E;
}
</style>
background-color css
<style>
a { background-color: #C08A1E; }
a { background-color: rgb(192,138,30); }
div.DivClassName
{
background-color: #C08A1E;
}
.BgClassName
{
background-color: #C08A1E;
}
</style>
border-color css
<style>
span { border-color: #C08A1E; }
span { border-color: rgb(192,138,30); }
td.TdClassName
{
border-color: #C08A1E;
}
.TagClassName
{
border-color: #C08A1E;
}
</style>