Shades of Nugget #C18F2B
Tints of Nugget #C18F2B
RGB
CMYK
RGB Variations
Color information
#C18F2B (or 0xC18F2B) is known color: Nugget. HEX triplet: C1, 8F and 2B. RGB value is (193,143,43). Sum of RGB (Red+Green+Blue) = 193+143+43=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F2B is #3E70D4. Grayscale: #929292. Windows color (decimal): -4092117 or 2854849. OLE color: 2854849.
HSL color Cylindrical-coordinate representation of color #C18F2B: hue angle of 40º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C18F2B is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 43 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.24 |
| HSL | 40º | 0.64% | 0.46% | - |
| HSV(B) | 40º | 0.78% | 0.76% | - |
| XYZ | 32.25 | 31.16 | 6.6 | - |
| YUV | 146.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 43 | 0 | 0.26 | 0.78 | 0.24 | 40 | 0.64 | 0.46 |
| Hex | C1 | 8F | 2B | 0 | 1A | 4E | 18 | 28 | 40 | 2E |
| Octal | 301 | 217 | 53 | 0 | 32 | 116 | 30 | 50 | 100 | 56 |
| Binary | 11000001 | 10001111 | 101011 | 0 | 11010 | 1001110 | 11000 | 101000 | 1000000 | 101110 |
Color Harmonies of #C18F2B
Complementary color
Monochromatic Colors of #C18F2B
Black with #C18F2B
Text Example
Text Example
White with #C18F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F2B; }
p { color: rgb(193,143,43); }
H1.HeaderClassName
{
color: #C18F2B;
}
.AnyTagClassName
{
color: #C18F2B;
}
</style>
background-color css
<style>
a { background-color: #C18F2B; }
a { background-color: rgb(193,143,43); }
div.DivClassName
{
background-color: #C18F2B;
}
.BgClassName
{
background-color: #C18F2B;
}
</style>
border-color css
<style>
span { border-color: #C18F2B; }
span { border-color: rgb(193,143,43); }
td.TdClassName
{
border-color: #C18F2B;
}
.TagClassName
{
border-color: #C18F2B;
}
</style>