Shades of Nugget #C98C1E
Tints of Nugget #C98C1E
RGB
CMYK
RGB Variations
Color information
#C98C1E (or 0xC98C1E) is known color: Nugget. HEX triplet: C9, 8C and 1E. RGB value is (201,140,30). Sum of RGB (Red+Green+Blue) = 201+140+30=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C1E is #3673E1. Grayscale: #929292. Windows color (decimal): -3568610 or 2002121. OLE color: 2002121.
HSL color Cylindrical-coordinate representation of color #C98C1E: hue angle of 38.6º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C98C1E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.21 |
| HSL | 38.6º | 0.74% | 0.45% | - |
| HSV(B) | 38.6º | 0.85% | 0.79% | - |
| XYZ | 33.7 | 31.27 | 5.49 | - |
| YUV | 145.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 30 | 0 | 0.30 | 0.85 | 0.21 | 38.6 | 0.74 | 0.45 |
| Hex | C9 | 8C | 1E | 0 | 1E | 55 | 15 | 27 | 4A | 2D |
| Octal | 311 | 214 | 36 | 0 | 36 | 125 | 25 | 47 | 112 | 55 |
| Binary | 11001001 | 10001100 | 11110 | 0 | 11110 | 1010101 | 10101 | 100111 | 1001010 | 101101 |
Color Harmonies of #C98C1E
Complementary color
Monochromatic Colors of #C98C1E
Black with #C98C1E
Text Example
Text Example
White with #C98C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C1E; }
p { color: rgb(201,140,30); }
H1.HeaderClassName
{
color: #C98C1E;
}
.AnyTagClassName
{
color: #C98C1E;
}
</style>
background-color css
<style>
a { background-color: #C98C1E; }
a { background-color: rgb(201,140,30); }
div.DivClassName
{
background-color: #C98C1E;
}
.BgClassName
{
background-color: #C98C1E;
}
</style>
border-color css
<style>
span { border-color: #C98C1E; }
span { border-color: rgb(201,140,30); }
td.TdClassName
{
border-color: #C98C1E;
}
.TagClassName
{
border-color: #C98C1E;
}
</style>