Shades of Nugget #C18E24
Tints of Nugget #C18E24
RGB
CMYK
RGB Variations
Color information
#C18E24 (or 0xC18E24) is known color: Nugget. HEX triplet: C1, 8E and 24. RGB value is (193,142,36). Sum of RGB (Red+Green+Blue) = 193+142+36=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E24 is #3E71DB. Grayscale: #919191. Windows color (decimal): -4092380 or 2395841. OLE color: 2395841.
HSL color Cylindrical-coordinate representation of color #C18E24: hue angle of 40.51º degrees, saturation: 0.69, 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 #C18E24 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 36 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.24 |
| HSL | 40.51º | 0.69% | 0.45% | - |
| HSV(B) | 40.51º | 0.81% | 0.76% | - |
| XYZ | 31.98 | 30.81 | 5.93 | - |
| YUV | 145.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 36 | 0 | 0.26 | 0.81 | 0.24 | 40.51 | 0.69 | 0.45 |
| Hex | C1 | 8E | 24 | 0 | 1A | 51 | 18 | 29 | 45 | 2D |
| Octal | 301 | 216 | 44 | 0 | 32 | 121 | 30 | 51 | 105 | 55 |
| Binary | 11000001 | 10001110 | 100100 | 0 | 11010 | 1010001 | 11000 | 101001 | 1000101 | 101101 |
Color Harmonies of #C18E24
Complementary color
Monochromatic Colors of #C18E24
Black with #C18E24
Text Example
Text Example
White with #C18E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18E24; }
p { color: rgb(193,142,36); }
H1.HeaderClassName
{
color: #C18E24;
}
.AnyTagClassName
{
color: #C18E24;
}
</style>
background-color css
<style>
a { background-color: #C18E24; }
a { background-color: rgb(193,142,36); }
div.DivClassName
{
background-color: #C18E24;
}
.BgClassName
{
background-color: #C18E24;
}
</style>
border-color css
<style>
span { border-color: #C18E24; }
span { border-color: rgb(193,142,36); }
td.TdClassName
{
border-color: #C18E24;
}
.TagClassName
{
border-color: #C18E24;
}
</style>