Shades of Nugget #CB9121
Tints of Nugget #CB9121
RGB
CMYK
RGB Variations
Color information
#CB9121 (or 0xCB9121) is known color: Nugget. HEX triplet: CB, 91 and 21. RGB value is (203,145,33). Sum of RGB (Red+Green+Blue) = 203+145+33=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9121 is #346EDE. Grayscale: #969696. Windows color (decimal): -3436255 or 2200011. OLE color: 2200011.
HSL color Cylindrical-coordinate representation of color #CB9121: hue angle of 39.53º 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 #CB9121 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.20 |
| HSL | 39.53º | 0.72% | 0.46% | - |
| HSV(B) | 39.53º | 0.84% | 0.8% | - |
| XYZ | 35.03 | 33.06 | 5.97 | - |
| YUV | 149.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 33 | 0 | 0.29 | 0.84 | 0.20 | 39.53 | 0.72 | 0.46 |
| Hex | CB | 91 | 21 | 0 | 1D | 54 | 14 | 28 | 48 | 2E |
| Octal | 313 | 221 | 41 | 0 | 35 | 124 | 24 | 50 | 110 | 56 |
| Binary | 11001011 | 10010001 | 100001 | 0 | 11101 | 1010100 | 10100 | 101000 | 1001000 | 101110 |
Color Harmonies of #CB9121
Complementary color
Monochromatic Colors of #CB9121
Black with #CB9121
Text Example
Text Example
White with #CB9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9121; }
p { color: rgb(203,145,33); }
H1.HeaderClassName
{
color: #CB9121;
}
.AnyTagClassName
{
color: #CB9121;
}
</style>
background-color css
<style>
a { background-color: #CB9121; }
a { background-color: rgb(203,145,33); }
div.DivClassName
{
background-color: #CB9121;
}
.BgClassName
{
background-color: #CB9121;
}
</style>
border-color css
<style>
span { border-color: #CB9121; }
span { border-color: rgb(203,145,33); }
td.TdClassName
{
border-color: #CB9121;
}
.TagClassName
{
border-color: #CB9121;
}
</style>