Shades of Nugget #CB9521
Tints of Nugget #CB9521
RGB
CMYK
RGB Variations
Color information
#CB9521 (or 0xCB9521) is known color: Nugget. HEX triplet: CB, 95 and 21. RGB value is (203,149,33). Sum of RGB (Red+Green+Blue) = 203+149+33=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9521 is #346ADE. Grayscale: #989898. Windows color (decimal): -3435231 or 2201035. OLE color: 2201035.
HSL color Cylindrical-coordinate representation of color #CB9521: hue angle of 40.94º degrees, saturation: 0.72, 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 #CB9521 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 33 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.20 |
| HSL | 40.94º | 0.72% | 0.46% | - |
| HSV(B) | 40.94º | 0.84% | 0.8% | - |
| XYZ | 35.65 | 34.3 | 6.18 | - |
| YUV | 151.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 33 | 0 | 0.27 | 0.84 | 0.20 | 40.94 | 0.72 | 0.46 |
| Hex | CB | 95 | 21 | 0 | 1B | 54 | 14 | 29 | 48 | 2E |
| Octal | 313 | 225 | 41 | 0 | 33 | 124 | 24 | 51 | 110 | 56 |
| Binary | 11001011 | 10010101 | 100001 | 0 | 11011 | 1010100 | 10100 | 101001 | 1001000 | 101110 |
Color Harmonies of #CB9521
Complementary color
Monochromatic Colors of #CB9521
Black with #CB9521
Text Example
Text Example
White with #CB9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9521; }
p { color: rgb(203,149,33); }
H1.HeaderClassName
{
color: #CB9521;
}
.AnyTagClassName
{
color: #CB9521;
}
</style>
background-color css
<style>
a { background-color: #CB9521; }
a { background-color: rgb(203,149,33); }
div.DivClassName
{
background-color: #CB9521;
}
.BgClassName
{
background-color: #CB9521;
}
</style>
border-color css
<style>
span { border-color: #CB9521; }
span { border-color: rgb(203,149,33); }
td.TdClassName
{
border-color: #CB9521;
}
.TagClassName
{
border-color: #CB9521;
}
</style>