Shades of Nugget #C08F24
Tints of Nugget #C08F24
RGB
CMYK
RGB Variations
Color information
#C08F24 (or 0xC08F24) is known color: Nugget. HEX triplet: C0, 8F and 24. RGB value is (192,143,36). Sum of RGB (Red+Green+Blue) = 192+143+36=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F24 is #3F70DB. Grayscale: #919191. Windows color (decimal): -4157660 or 2396096. OLE color: 2396096.
HSL color Cylindrical-coordinate representation of color #C08F24: hue angle of 41.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08F24 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 36 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.25 |
| HSL | 41.15º | 0.68% | 0.45% | - |
| HSV(B) | 41.15º | 0.81% | 0.75% | - |
| XYZ | 31.88 | 30.98 | 5.97 | - |
| YUV | 145.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 36 | 0 | 0.26 | 0.81 | 0.25 | 41.15 | 0.68 | 0.45 |
| Hex | C0 | 8F | 24 | 0 | 1A | 51 | 19 | 29 | 44 | 2D |
| Octal | 300 | 217 | 44 | 0 | 32 | 121 | 31 | 51 | 104 | 55 |
| Binary | 11000000 | 10001111 | 100100 | 0 | 11010 | 1010001 | 11001 | 101001 | 1000100 | 101101 |
Color Harmonies of #C08F24
Complementary color
Monochromatic Colors of #C08F24
Black with #C08F24
Text Example
Text Example
White with #C08F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F24; }
p { color: rgb(192,143,36); }
H1.HeaderClassName
{
color: #C08F24;
}
.AnyTagClassName
{
color: #C08F24;
}
</style>
background-color css
<style>
a { background-color: #C08F24; }
a { background-color: rgb(192,143,36); }
div.DivClassName
{
background-color: #C08F24;
}
.BgClassName
{
background-color: #C08F24;
}
</style>
border-color css
<style>
span { border-color: #C08F24; }
span { border-color: rgb(192,143,36); }
td.TdClassName
{
border-color: #C08F24;
}
.TagClassName
{
border-color: #C08F24;
}
</style>