Shades of Nugget #C18A20
Tints of Nugget #C18A20
RGB
CMYK
RGB Variations
Color information
#C18A20 (or 0xC18A20) is known color: Nugget. HEX triplet: C1, 8A and 20. RGB value is (193,138,32). Sum of RGB (Red+Green+Blue) = 193+138+32=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A20 is #3E75DF. Grayscale: #8E8E8E. Windows color (decimal): -4093408 or 2132673. OLE color: 2132673.
HSL color Cylindrical-coordinate representation of color #C18A20: hue angle of 39.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18A20 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.24 |
| HSL | 39.5º | 0.72% | 0.44% | - |
| HSV(B) | 39.5º | 0.83% | 0.76% | - |
| XYZ | 31.34 | 29.62 | 5.43 | - |
| YUV | 142.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 32 | 0 | 0.28 | 0.83 | 0.24 | 39.5 | 0.72 | 0.44 |
| Hex | C1 | 8A | 20 | 0 | 1C | 53 | 18 | 28 | 48 | 2C |
| Octal | 301 | 212 | 40 | 0 | 34 | 123 | 30 | 50 | 110 | 54 |
| Binary | 11000001 | 10001010 | 100000 | 0 | 11100 | 1010011 | 11000 | 101000 | 1001000 | 101100 |
Color Harmonies of #C18A20
Complementary color
Monochromatic Colors of #C18A20
Black with #C18A20
Text Example
Text Example
White with #C18A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A20; }
p { color: rgb(193,138,32); }
H1.HeaderClassName
{
color: #C18A20;
}
.AnyTagClassName
{
color: #C18A20;
}
</style>
background-color css
<style>
a { background-color: #C18A20; }
a { background-color: rgb(193,138,32); }
div.DivClassName
{
background-color: #C18A20;
}
.BgClassName
{
background-color: #C18A20;
}
</style>
border-color css
<style>
span { border-color: #C18A20; }
span { border-color: rgb(193,138,32); }
td.TdClassName
{
border-color: #C18A20;
}
.TagClassName
{
border-color: #C18A20;
}
</style>