Shades of Nugget #C08F2C
Tints of Nugget #C08F2C
RGB
CMYK
RGB Variations
Color information
#C08F2C (or 0xC08F2C) is known color: Nugget. HEX triplet: C0, 8F and 2C. RGB value is (192,143,44). Sum of RGB (Red+Green+Blue) = 192+143+44=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F2C is #3F70D3. Grayscale: #929292. Windows color (decimal): -4157652 or 2920384. OLE color: 2920384.
HSL color Cylindrical-coordinate representation of color #C08F2C: hue angle of 40.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C08F2C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 44 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.25 |
| HSL | 40.14º | 0.63% | 0.46% | - |
| HSV(B) | 40.14º | 0.77% | 0.75% | - |
| XYZ | 32.02 | 31.03 | 6.69 | - |
| YUV | 146.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 44 | 0 | 0.26 | 0.77 | 0.25 | 40.14 | 0.63 | 0.46 |
| Hex | C0 | 8F | 2C | 0 | 1A | 4D | 19 | 28 | 3F | 2E |
| Octal | 300 | 217 | 54 | 0 | 32 | 115 | 31 | 50 | 77 | 56 |
| Binary | 11000000 | 10001111 | 101100 | 0 | 11010 | 1001101 | 11001 | 101000 | 111111 | 101110 |
Color Harmonies of #C08F2C
Complementary color
Monochromatic Colors of #C08F2C
Black with #C08F2C
Text Example
Text Example
White with #C08F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F2C; }
p { color: rgb(192,143,44); }
H1.HeaderClassName
{
color: #C08F2C;
}
.AnyTagClassName
{
color: #C08F2C;
}
</style>
background-color css
<style>
a { background-color: #C08F2C; }
a { background-color: rgb(192,143,44); }
div.DivClassName
{
background-color: #C08F2C;
}
.BgClassName
{
background-color: #C08F2C;
}
</style>
border-color css
<style>
span { border-color: #C08F2C; }
span { border-color: rgb(192,143,44); }
td.TdClassName
{
border-color: #C08F2C;
}
.TagClassName
{
border-color: #C08F2C;
}
</style>