Shades of Nugget #CB9728
Tints of Nugget #CB9728
RGB
CMYK
RGB Variations
Color information
#CB9728 (or 0xCB9728) is known color: Nugget. HEX triplet: CB, 97 and 28. RGB value is (203,151,40). Sum of RGB (Red+Green+Blue) = 203+151+40=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9728 is #3468D7. Grayscale: #9A9A9A. Windows color (decimal): -3434712 or 2660299. OLE color: 2660299.
HSL color Cylindrical-coordinate representation of color #CB9728: hue angle of 40.86º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB9728 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 40 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.20 |
| HSL | 40.86º | 0.67% | 0.48% | - |
| HSV(B) | 40.86º | 0.8% | 0.8% | - |
| XYZ | 36.08 | 34.98 | 6.86 | - |
| YUV | 153.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 40 | 0 | 0.26 | 0.80 | 0.20 | 40.86 | 0.67 | 0.48 |
| Hex | CB | 97 | 28 | 0 | 1A | 50 | 14 | 29 | 43 | 30 |
| Octal | 313 | 227 | 50 | 0 | 32 | 120 | 24 | 51 | 103 | 60 |
| Binary | 11001011 | 10010111 | 101000 | 0 | 11010 | 1010000 | 10100 | 101001 | 1000011 | 110000 |
Color Harmonies of #CB9728
Complementary color
Monochromatic Colors of #CB9728
Black with #CB9728
Text Example
Text Example
White with #CB9728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9728; }
p { color: rgb(203,151,40); }
H1.HeaderClassName
{
color: #CB9728;
}
.AnyTagClassName
{
color: #CB9728;
}
</style>
background-color css
<style>
a { background-color: #CB9728; }
a { background-color: rgb(203,151,40); }
div.DivClassName
{
background-color: #CB9728;
}
.BgClassName
{
background-color: #CB9728;
}
</style>
border-color css
<style>
span { border-color: #CB9728; }
span { border-color: rgb(203,151,40); }
td.TdClassName
{
border-color: #CB9728;
}
.TagClassName
{
border-color: #CB9728;
}
</style>