Shades of Nugget #C18F1B
Tints of Nugget #C18F1B
RGB
CMYK
RGB Variations
Color information
#C18F1B (or 0xC18F1B) is known color: Nugget. HEX triplet: C1, 8F and 1B. RGB value is (193,143,27). Sum of RGB (Red+Green+Blue) = 193+143+27=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F1B is #3E70E4. Grayscale: #919191. Windows color (decimal): -4092133 or 1806273. OLE color: 1806273.
HSL color Cylindrical-coordinate representation of color #C18F1B: hue angle of 41.93º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C18F1B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 27 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.24 |
| HSL | 41.93º | 0.75% | 0.43% | - |
| HSV(B) | 41.93º | 0.86% | 0.76% | - |
| XYZ | 32.01 | 31.06 | 5.35 | - |
| YUV | 144.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 27 | 0 | 0.26 | 0.86 | 0.24 | 41.93 | 0.75 | 0.43 |
| Hex | C1 | 8F | 1B | 0 | 1A | 56 | 18 | 2A | 4B | 2B |
| Octal | 301 | 217 | 33 | 0 | 32 | 126 | 30 | 52 | 113 | 53 |
| Binary | 11000001 | 10001111 | 11011 | 0 | 11010 | 1010110 | 11000 | 101010 | 1001011 | 101011 |
Color Harmonies of #C18F1B
Complementary color
Monochromatic Colors of #C18F1B
Black with #C18F1B
Text Example
Text Example
White with #C18F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F1B; }
p { color: rgb(193,143,27); }
H1.HeaderClassName
{
color: #C18F1B;
}
.AnyTagClassName
{
color: #C18F1B;
}
</style>
background-color css
<style>
a { background-color: #C18F1B; }
a { background-color: rgb(193,143,27); }
div.DivClassName
{
background-color: #C18F1B;
}
.BgClassName
{
background-color: #C18F1B;
}
</style>
border-color css
<style>
span { border-color: #C18F1B; }
span { border-color: rgb(193,143,27); }
td.TdClassName
{
border-color: #C18F1B;
}
.TagClassName
{
border-color: #C18F1B;
}
</style>