Shades of Nugget #C08A26
Tints of Nugget #C08A26
RGB
CMYK
RGB Variations
Color information
#C08A26 (or 0xC08A26) is known color: Nugget. HEX triplet: C0, 8A and 26. RGB value is (192,138,38). Sum of RGB (Red+Green+Blue) = 192+138+38=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A26 is #3F75D9. Grayscale: #8F8F8F. Windows color (decimal): -4158938 or 2525888. OLE color: 2525888.
HSL color Cylindrical-coordinate representation of color #C08A26: hue angle of 38.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08A26 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 38 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.25 |
| HSL | 38.96º | 0.67% | 0.45% | - |
| HSV(B) | 38.96º | 0.8% | 0.75% | - |
| XYZ | 31.18 | 29.52 | 5.89 | - |
| YUV | 142.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 38 | 0 | 0.28 | 0.80 | 0.25 | 38.96 | 0.67 | 0.45 |
| Hex | C0 | 8A | 26 | 0 | 1C | 50 | 19 | 27 | 43 | 2D |
| Octal | 300 | 212 | 46 | 0 | 34 | 120 | 31 | 47 | 103 | 55 |
| Binary | 11000000 | 10001010 | 100110 | 0 | 11100 | 1010000 | 11001 | 100111 | 1000011 | 101101 |
Color Harmonies of #C08A26
Complementary color
Monochromatic Colors of #C08A26
Black with #C08A26
Text Example
Text Example
White with #C08A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A26; }
p { color: rgb(192,138,38); }
H1.HeaderClassName
{
color: #C08A26;
}
.AnyTagClassName
{
color: #C08A26;
}
</style>
background-color css
<style>
a { background-color: #C08A26; }
a { background-color: rgb(192,138,38); }
div.DivClassName
{
background-color: #C08A26;
}
.BgClassName
{
background-color: #C08A26;
}
</style>
border-color css
<style>
span { border-color: #C08A26; }
span { border-color: rgb(192,138,38); }
td.TdClassName
{
border-color: #C08A26;
}
.TagClassName
{
border-color: #C08A26;
}
</style>