Shades of Nugget #CB9120
Tints of Nugget #CB9120
RGB
CMYK
RGB Variations
Color information
#CB9120 (or 0xCB9120) is known color: Nugget. HEX triplet: CB, 91 and 20. RGB value is (203,145,32). Sum of RGB (Red+Green+Blue) = 203+145+32=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9120 is #346EDF. Grayscale: #959595. Windows color (decimal): -3436256 or 2134475. OLE color: 2134475.
HSL color Cylindrical-coordinate representation of color #CB9120: hue angle of 39.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB9120 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 32 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.20 |
| HSL | 39.65º | 0.73% | 0.46% | - |
| HSV(B) | 39.65º | 0.84% | 0.8% | - |
| XYZ | 35.01 | 33.05 | 5.9 | - |
| YUV | 149.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 32 | 0 | 0.29 | 0.84 | 0.20 | 39.65 | 0.73 | 0.46 |
| Hex | CB | 91 | 20 | 0 | 1D | 54 | 14 | 28 | 49 | 2E |
| Octal | 313 | 221 | 40 | 0 | 35 | 124 | 24 | 50 | 111 | 56 |
| Binary | 11001011 | 10010001 | 100000 | 0 | 11101 | 1010100 | 10100 | 101000 | 1001001 | 101110 |
Color Harmonies of #CB9120
Complementary color
Monochromatic Colors of #CB9120
Black with #CB9120
Text Example
Text Example
White with #CB9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9120; }
p { color: rgb(203,145,32); }
H1.HeaderClassName
{
color: #CB9120;
}
.AnyTagClassName
{
color: #CB9120;
}
</style>
background-color css
<style>
a { background-color: #CB9120; }
a { background-color: rgb(203,145,32); }
div.DivClassName
{
background-color: #CB9120;
}
.BgClassName
{
background-color: #CB9120;
}
</style>
border-color css
<style>
span { border-color: #CB9120; }
span { border-color: rgb(203,145,32); }
td.TdClassName
{
border-color: #CB9120;
}
.TagClassName
{
border-color: #CB9120;
}
</style>