Shades of Nugget #C18D25
Tints of Nugget #C18D25
RGB
CMYK
RGB Variations
Color information
#C18D25 (or 0xC18D25) is known color: Nugget. HEX triplet: C1, 8D and 25. RGB value is (193,141,37). Sum of RGB (Red+Green+Blue) = 193+141+37=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D25 is #3E72DA. Grayscale: #919191. Windows color (decimal): -4092635 or 2461121. OLE color: 2461121.
HSL color Cylindrical-coordinate representation of color #C18D25: hue angle of 40º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C18D25 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 37 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.24 |
| HSL | 40º | 0.68% | 0.45% | - |
| HSV(B) | 40º | 0.81% | 0.76% | - |
| XYZ | 31.85 | 30.52 | 5.96 | - |
| YUV | 144.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 37 | 0 | 0.27 | 0.81 | 0.24 | 40 | 0.68 | 0.45 |
| Hex | C1 | 8D | 25 | 0 | 1B | 51 | 18 | 28 | 44 | 2D |
| Octal | 301 | 215 | 45 | 0 | 33 | 121 | 30 | 50 | 104 | 55 |
| Binary | 11000001 | 10001101 | 100101 | 0 | 11011 | 1010001 | 11000 | 101000 | 1000100 | 101101 |
Color Harmonies of #C18D25
Complementary color
Monochromatic Colors of #C18D25
Black with #C18D25
Text Example
Text Example
White with #C18D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D25; }
p { color: rgb(193,141,37); }
H1.HeaderClassName
{
color: #C18D25;
}
.AnyTagClassName
{
color: #C18D25;
}
</style>
background-color css
<style>
a { background-color: #C18D25; }
a { background-color: rgb(193,141,37); }
div.DivClassName
{
background-color: #C18D25;
}
.BgClassName
{
background-color: #C18D25;
}
</style>
border-color css
<style>
span { border-color: #C18D25; }
span { border-color: rgb(193,141,37); }
td.TdClassName
{
border-color: #C18D25;
}
.TagClassName
{
border-color: #C18D25;
}
</style>