Shades of Nugget #CB8F1E
Tints of Nugget #CB8F1E
RGB
CMYK
RGB Variations
Color information
#CB8F1E (or 0xCB8F1E) is known color: Nugget. HEX triplet: CB, 8F and 1E. RGB value is (203,143,30). Sum of RGB (Red+Green+Blue) = 203+143+30=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F1E is #3470E1. Grayscale: #949494. Windows color (decimal): -3436770 or 2002891. OLE color: 2002891.
HSL color Cylindrical-coordinate representation of color #CB8F1E: hue angle of 39.19º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB8F1E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.20 |
| HSL | 39.19º | 0.74% | 0.46% | - |
| HSV(B) | 39.19º | 0.85% | 0.8% | - |
| XYZ | 34.69 | 32.44 | 5.66 | - |
| YUV | 148.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 30 | 0 | 0.30 | 0.85 | 0.20 | 39.19 | 0.74 | 0.46 |
| Hex | CB | 8F | 1E | 0 | 1E | 55 | 14 | 27 | 4A | 2E |
| Octal | 313 | 217 | 36 | 0 | 36 | 125 | 24 | 47 | 112 | 56 |
| Binary | 11001011 | 10001111 | 11110 | 0 | 11110 | 1010101 | 10100 | 100111 | 1001010 | 101110 |
Color Harmonies of #CB8F1E
Complementary color
Monochromatic Colors of #CB8F1E
Black with #CB8F1E
Text Example
Text Example
White with #CB8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F1E; }
p { color: rgb(203,143,30); }
H1.HeaderClassName
{
color: #CB8F1E;
}
.AnyTagClassName
{
color: #CB8F1E;
}
</style>
background-color css
<style>
a { background-color: #CB8F1E; }
a { background-color: rgb(203,143,30); }
div.DivClassName
{
background-color: #CB8F1E;
}
.BgClassName
{
background-color: #CB8F1E;
}
</style>
border-color css
<style>
span { border-color: #CB8F1E; }
span { border-color: rgb(203,143,30); }
td.TdClassName
{
border-color: #CB8F1E;
}
.TagClassName
{
border-color: #CB8F1E;
}
</style>