Shades of Nugget #C08F1C
Tints of Nugget #C08F1C
RGB
CMYK
RGB Variations
Color information
#C08F1C (or 0xC08F1C) is known color: Nugget. HEX triplet: C0, 8F and 1C. RGB value is (192,143,28). Sum of RGB (Red+Green+Blue) = 192+143+28=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F1C is #3F70E3. Grayscale: #919191. Windows color (decimal): -4157668 or 1871808. OLE color: 1871808.
HSL color Cylindrical-coordinate representation of color #C08F1C: hue angle of 42.07º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C08F1C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.25 |
| HSL | 42.07º | 0.75% | 0.43% | - |
| HSV(B) | 42.07º | 0.85% | 0.75% | - |
| XYZ | 31.77 | 30.94 | 5.4 | - |
| YUV | 144.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 28 | 0 | 0.26 | 0.85 | 0.25 | 42.07 | 0.75 | 0.43 |
| Hex | C0 | 8F | 1C | 0 | 1A | 55 | 19 | 2A | 4B | 2B |
| Octal | 300 | 217 | 34 | 0 | 32 | 125 | 31 | 52 | 113 | 53 |
| Binary | 11000000 | 10001111 | 11100 | 0 | 11010 | 1010101 | 11001 | 101010 | 1001011 | 101011 |
Color Harmonies of #C08F1C
Complementary color
Monochromatic Colors of #C08F1C
Black with #C08F1C
Text Example
Text Example
White with #C08F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F1C; }
p { color: rgb(192,143,28); }
H1.HeaderClassName
{
color: #C08F1C;
}
.AnyTagClassName
{
color: #C08F1C;
}
</style>
background-color css
<style>
a { background-color: #C08F1C; }
a { background-color: rgb(192,143,28); }
div.DivClassName
{
background-color: #C08F1C;
}
.BgClassName
{
background-color: #C08F1C;
}
</style>
border-color css
<style>
span { border-color: #C08F1C; }
span { border-color: rgb(192,143,28); }
td.TdClassName
{
border-color: #C08F1C;
}
.TagClassName
{
border-color: #C08F1C;
}
</style>