Shades of Nugget #C0912E
Tints of Nugget #C0912E
RGB
CMYK
RGB Variations
Color information
#C0912E (or 0xC0912E) is known color: Nugget. HEX triplet: C0, 91 and 2E. RGB value is (192,145,46). Sum of RGB (Red+Green+Blue) = 192+145+46=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0912E is #3F6ED1. Grayscale: #949494. Windows color (decimal): -4157138 or 3051968. OLE color: 3051968.
HSL color Cylindrical-coordinate representation of color #C0912E: hue angle of 40.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0912E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 46 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.25 |
| HSL | 40.68º | 0.61% | 0.47% | - |
| HSV(B) | 40.68º | 0.76% | 0.75% | - |
| XYZ | 32.36 | 31.65 | 6.99 | - |
| YUV | 147.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 46 | 0 | 0.24 | 0.76 | 0.25 | 40.68 | 0.61 | 0.47 |
| Hex | C0 | 91 | 2E | 0 | 18 | 4C | 19 | 29 | 3D | 2F |
| Octal | 300 | 221 | 56 | 0 | 30 | 114 | 31 | 51 | 75 | 57 |
| Binary | 11000000 | 10010001 | 101110 | 0 | 11000 | 1001100 | 11001 | 101001 | 111101 | 101111 |
Color Harmonies of #C0912E
Complementary color
Monochromatic Colors of #C0912E
Black with #C0912E
Text Example
Text Example
White with #C0912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0912E; }
p { color: rgb(192,145,46); }
H1.HeaderClassName
{
color: #C0912E;
}
.AnyTagClassName
{
color: #C0912E;
}
</style>
background-color css
<style>
a { background-color: #C0912E; }
a { background-color: rgb(192,145,46); }
div.DivClassName
{
background-color: #C0912E;
}
.BgClassName
{
background-color: #C0912E;
}
</style>
border-color css
<style>
span { border-color: #C0912E; }
span { border-color: rgb(192,145,46); }
td.TdClassName
{
border-color: #C0912E;
}
.TagClassName
{
border-color: #C0912E;
}
</style>