Shades of Nugget #CB9926
Tints of Nugget #CB9926
RGB
CMYK
RGB Variations
Color information
#CB9926 (or 0xCB9926) is known color: Nugget. HEX triplet: CB, 99 and 26. RGB value is (203,153,38). Sum of RGB (Red+Green+Blue) = 203+153+38=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9926 is #3466D9. Grayscale: #9B9B9B. Windows color (decimal): -3434202 or 2529739. OLE color: 2529739.
HSL color Cylindrical-coordinate representation of color #CB9926: hue angle of 41.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB9926 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 38 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.20 |
| HSL | 41.82º | 0.68% | 0.47% | - |
| HSV(B) | 41.82º | 0.81% | 0.8% | - |
| XYZ | 36.37 | 35.62 | 6.79 | - |
| YUV | 154.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 38 | 0 | 0.25 | 0.81 | 0.20 | 41.82 | 0.68 | 0.47 |
| Hex | CB | 99 | 26 | 0 | 19 | 51 | 14 | 2A | 44 | 2F |
| Octal | 313 | 231 | 46 | 0 | 31 | 121 | 24 | 52 | 104 | 57 |
| Binary | 11001011 | 10011001 | 100110 | 0 | 11001 | 1010001 | 10100 | 101010 | 1000100 | 101111 |
Color Harmonies of #CB9926
Complementary color
Monochromatic Colors of #CB9926
Black with #CB9926
Text Example
Text Example
White with #CB9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9926; }
p { color: rgb(203,153,38); }
H1.HeaderClassName
{
color: #CB9926;
}
.AnyTagClassName
{
color: #CB9926;
}
</style>
background-color css
<style>
a { background-color: #CB9926; }
a { background-color: rgb(203,153,38); }
div.DivClassName
{
background-color: #CB9926;
}
.BgClassName
{
background-color: #CB9926;
}
</style>
border-color css
<style>
span { border-color: #CB9926; }
span { border-color: rgb(203,153,38); }
td.TdClassName
{
border-color: #CB9926;
}
.TagClassName
{
border-color: #CB9926;
}
</style>