Shades of Nugget #C08923
Tints of Nugget #C08923
RGB
CMYK
RGB Variations
Color information
#C08923 (or 0xC08923) is known color: Nugget. HEX triplet: C0, 89 and 23. RGB value is (192,137,35). Sum of RGB (Red+Green+Blue) = 192+137+35=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C08923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08923 is #3F76DC. Grayscale: #8E8E8E. Windows color (decimal): -4159197 or 2329024. OLE color: 2329024.
HSL color Cylindrical-coordinate representation of color #C08923: hue angle of 38.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08923 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 35 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.25 |
| HSL | 38.98º | 0.69% | 0.45% | - |
| HSV(B) | 38.98º | 0.82% | 0.75% | - |
| XYZ | 30.99 | 29.22 | 5.6 | - |
| YUV | 141.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 35 | 0 | 0.29 | 0.82 | 0.25 | 38.98 | 0.69 | 0.45 |
| Hex | C0 | 89 | 23 | 0 | 1D | 52 | 19 | 27 | 45 | 2D |
| Octal | 300 | 211 | 43 | 0 | 35 | 122 | 31 | 47 | 105 | 55 |
| Binary | 11000000 | 10001001 | 100011 | 0 | 11101 | 1010010 | 11001 | 100111 | 1000101 | 101101 |
Color Harmonies of #C08923
Complementary color
Monochromatic Colors of #C08923
Black with #C08923
Text Example
Text Example
White with #C08923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08923; }
p { color: rgb(192,137,35); }
H1.HeaderClassName
{
color: #C08923;
}
.AnyTagClassName
{
color: #C08923;
}
</style>
background-color css
<style>
a { background-color: #C08923; }
a { background-color: rgb(192,137,35); }
div.DivClassName
{
background-color: #C08923;
}
.BgClassName
{
background-color: #C08923;
}
</style>
border-color css
<style>
span { border-color: #C08923; }
span { border-color: rgb(192,137,35); }
td.TdClassName
{
border-color: #C08923;
}
.TagClassName
{
border-color: #C08923;
}
</style>