Shades of Nugget #CB9020
Tints of Nugget #CB9020
RGB
CMYK
RGB Variations
Color information
#CB9020 (or 0xCB9020) is known color: Nugget. HEX triplet: CB, 90 and 20. RGB value is (203,144,32). Sum of RGB (Red+Green+Blue) = 203+144+32=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9020 is #346FDF. Grayscale: #959595. Windows color (decimal): -3436512 or 2134219. OLE color: 2134219.
HSL color Cylindrical-coordinate representation of color #CB9020: hue angle of 39.3º 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 #CB9020 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 32 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.20 |
| HSL | 39.3º | 0.73% | 0.46% | - |
| HSV(B) | 39.3º | 0.84% | 0.8% | - |
| XYZ | 34.86 | 32.75 | 5.85 | - |
| YUV | 148.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 32 | 0 | 0.29 | 0.84 | 0.20 | 39.3 | 0.73 | 0.46 |
| Hex | CB | 90 | 20 | 0 | 1D | 54 | 14 | 27 | 49 | 2E |
| Octal | 313 | 220 | 40 | 0 | 35 | 124 | 24 | 47 | 111 | 56 |
| Binary | 11001011 | 10010000 | 100000 | 0 | 11101 | 1010100 | 10100 | 100111 | 1001001 | 101110 |
Color Harmonies of #CB9020
Complementary color
Monochromatic Colors of #CB9020
Black with #CB9020
Text Example
Text Example
White with #CB9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9020; }
p { color: rgb(203,144,32); }
H1.HeaderClassName
{
color: #CB9020;
}
.AnyTagClassName
{
color: #CB9020;
}
</style>
background-color css
<style>
a { background-color: #CB9020; }
a { background-color: rgb(203,144,32); }
div.DivClassName
{
background-color: #CB9020;
}
.BgClassName
{
background-color: #CB9020;
}
</style>
border-color css
<style>
span { border-color: #CB9020; }
span { border-color: rgb(203,144,32); }
td.TdClassName
{
border-color: #CB9020;
}
.TagClassName
{
border-color: #CB9020;
}
</style>