Shades of Nugget #C18D23
Tints of Nugget #C18D23
RGB
CMYK
RGB Variations
Color information
#C18D23 (or 0xC18D23) is known color: Nugget. HEX triplet: C1, 8D and 23. RGB value is (193,141,35). Sum of RGB (Red+Green+Blue) = 193+141+35=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D23 is #3E72DC. Grayscale: #909090. Windows color (decimal): -4092637 or 2330049. OLE color: 2330049.
HSL color Cylindrical-coordinate representation of color #C18D23: hue angle of 40.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18D23 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 35 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.24 |
| HSL | 40.25º | 0.69% | 0.45% | - |
| HSV(B) | 40.25º | 0.82% | 0.76% | - |
| XYZ | 31.82 | 30.51 | 5.8 | - |
| YUV | 144.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 35 | 0 | 0.27 | 0.82 | 0.24 | 40.25 | 0.69 | 0.45 |
| Hex | C1 | 8D | 23 | 0 | 1B | 52 | 18 | 28 | 45 | 2D |
| Octal | 301 | 215 | 43 | 0 | 33 | 122 | 30 | 50 | 105 | 55 |
| Binary | 11000001 | 10001101 | 100011 | 0 | 11011 | 1010010 | 11000 | 101000 | 1000101 | 101101 |
Color Harmonies of #C18D23
Complementary color
Monochromatic Colors of #C18D23
Black with #C18D23
Text Example
Text Example
White with #C18D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D23; }
p { color: rgb(193,141,35); }
H1.HeaderClassName
{
color: #C18D23;
}
.AnyTagClassName
{
color: #C18D23;
}
</style>
background-color css
<style>
a { background-color: #C18D23; }
a { background-color: rgb(193,141,35); }
div.DivClassName
{
background-color: #C18D23;
}
.BgClassName
{
background-color: #C18D23;
}
</style>
border-color css
<style>
span { border-color: #C18D23; }
span { border-color: rgb(193,141,35); }
td.TdClassName
{
border-color: #C18D23;
}
.TagClassName
{
border-color: #C18D23;
}
</style>