Shades of Nugget #CB8C18
Tints of Nugget #CB8C18
RGB
CMYK
RGB Variations
Color information
#CB8C18 (or 0xCB8C18) is known color: Nugget. HEX triplet: CB, 8C and 18. RGB value is (203,140,24). Sum of RGB (Red+Green+Blue) = 203+140+24=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C18 is #3473E7. Grayscale: #929292. Windows color (decimal): -3437544 or 1608907. OLE color: 1608907.
HSL color Cylindrical-coordinate representation of color #CB8C18: hue angle of 38.88º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8C18 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 24 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.20 |
| HSL | 38.88º | 0.79% | 0.45% | - |
| HSV(B) | 38.88º | 0.88% | 0.8% | - |
| XYZ | 34.17 | 31.52 | 5.15 | - |
| YUV | 145.61 | 59.37 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 24 | 0 | 0.31 | 0.88 | 0.20 | 38.88 | 0.79 | 0.45 |
| Hex | CB | 8C | 18 | 0 | 1F | 58 | 14 | 27 | 4F | 2D |
| Octal | 313 | 214 | 30 | 0 | 37 | 130 | 24 | 47 | 117 | 55 |
| Binary | 11001011 | 10001100 | 11000 | 0 | 11111 | 1011000 | 10100 | 100111 | 1001111 | 101101 |
Color Harmonies of #CB8C18
Complementary color
Monochromatic Colors of #CB8C18
Black with #CB8C18
Text Example
Text Example
White with #CB8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C18; }
p { color: rgb(203,140,24); }
H1.HeaderClassName
{
color: #CB8C18;
}
.AnyTagClassName
{
color: #CB8C18;
}
</style>
background-color css
<style>
a { background-color: #CB8C18; }
a { background-color: rgb(203,140,24); }
div.DivClassName
{
background-color: #CB8C18;
}
.BgClassName
{
background-color: #CB8C18;
}
</style>
border-color css
<style>
span { border-color: #CB8C18; }
span { border-color: rgb(203,140,24); }
td.TdClassName
{
border-color: #CB8C18;
}
.TagClassName
{
border-color: #CB8C18;
}
</style>