Shades of Nugget #C0901F
Tints of Nugget #C0901F
RGB
CMYK
RGB Variations
Color information
#C0901F (or 0xC0901F) is known color: Nugget. HEX triplet: C0, 90 and 1F. RGB value is (192,144,31). Sum of RGB (Red+Green+Blue) = 192+144+31=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0901F is #3F6FE0. Grayscale: #919191. Windows color (decimal): -4157409 or 2068672. OLE color: 2068672.
HSL color Cylindrical-coordinate representation of color #C0901F: hue angle of 42.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0901F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 31 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.25 |
| HSL | 42.11º | 0.72% | 0.44% | - |
| HSV(B) | 42.11º | 0.84% | 0.75% | - |
| XYZ | 31.96 | 31.25 | 5.64 | - |
| YUV | 145.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 31 | 0 | 0.25 | 0.84 | 0.25 | 42.11 | 0.72 | 0.44 |
| Hex | C0 | 90 | 1F | 0 | 19 | 54 | 19 | 2A | 48 | 2C |
| Octal | 300 | 220 | 37 | 0 | 31 | 124 | 31 | 52 | 110 | 54 |
| Binary | 11000000 | 10010000 | 11111 | 0 | 11001 | 1010100 | 11001 | 101010 | 1001000 | 101100 |
Color Harmonies of #C0901F
Complementary color
Monochromatic Colors of #C0901F
Black with #C0901F
Text Example
Text Example
White with #C0901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0901F; }
p { color: rgb(192,144,31); }
H1.HeaderClassName
{
color: #C0901F;
}
.AnyTagClassName
{
color: #C0901F;
}
</style>
background-color css
<style>
a { background-color: #C0901F; }
a { background-color: rgb(192,144,31); }
div.DivClassName
{
background-color: #C0901F;
}
.BgClassName
{
background-color: #C0901F;
}
</style>
border-color css
<style>
span { border-color: #C0901F; }
span { border-color: rgb(192,144,31); }
td.TdClassName
{
border-color: #C0901F;
}
.TagClassName
{
border-color: #C0901F;
}
</style>