Shades of Nugget #C18C1E
Tints of Nugget #C18C1E
RGB
CMYK
RGB Variations
Color information
#C18C1E (or 0xC18C1E) is known color: Nugget. HEX triplet: C1, 8C and 1E. RGB value is (193,140,30). Sum of RGB (Red+Green+Blue) = 193+140+30=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C1E is #3E73E1. Grayscale: #8F8F8F. Windows color (decimal): -4092898 or 2002113. OLE color: 2002113.
HSL color Cylindrical-coordinate representation of color #C18C1E: hue angle of 40.49º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C18C1E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.24 |
| HSL | 40.49º | 0.73% | 0.44% | - |
| HSV(B) | 40.49º | 0.84% | 0.76% | - |
| XYZ | 31.6 | 30.19 | 5.39 | - |
| YUV | 143.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 30 | 0 | 0.27 | 0.84 | 0.24 | 40.49 | 0.73 | 0.44 |
| Hex | C1 | 8C | 1E | 0 | 1B | 54 | 18 | 28 | 49 | 2C |
| Octal | 301 | 214 | 36 | 0 | 33 | 124 | 30 | 50 | 111 | 54 |
| Binary | 11000001 | 10001100 | 11110 | 0 | 11011 | 1010100 | 11000 | 101000 | 1001001 | 101100 |
Color Harmonies of #C18C1E
Complementary color
Monochromatic Colors of #C18C1E
Black with #C18C1E
Text Example
Text Example
White with #C18C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C1E; }
p { color: rgb(193,140,30); }
H1.HeaderClassName
{
color: #C18C1E;
}
.AnyTagClassName
{
color: #C18C1E;
}
</style>
background-color css
<style>
a { background-color: #C18C1E; }
a { background-color: rgb(193,140,30); }
div.DivClassName
{
background-color: #C18C1E;
}
.BgClassName
{
background-color: #C18C1E;
}
</style>
border-color css
<style>
span { border-color: #C18C1E; }
span { border-color: rgb(193,140,30); }
td.TdClassName
{
border-color: #C18C1E;
}
.TagClassName
{
border-color: #C18C1E;
}
</style>