Shades of Nugget #C99427
Tints of Nugget #C99427
RGB
CMYK
RGB Variations
Color information
#C99427 (or 0xC99427) is known color: Nugget. HEX triplet: C9, 94 and 27. RGB value is (201,148,39). Sum of RGB (Red+Green+Blue) = 201+148+39=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C99427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99427 is #366BD8. Grayscale: #979797. Windows color (decimal): -3566553 or 2593993. OLE color: 2593993.
HSL color Cylindrical-coordinate representation of color #C99427: hue angle of 40.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C99427 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 39 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.21 |
| HSL | 40.37º | 0.68% | 0.47% | - |
| HSV(B) | 40.37º | 0.81% | 0.79% | - |
| XYZ | 35.04 | 33.74 | 6.59 | - |
| YUV | 151.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 39 | 0 | 0.26 | 0.81 | 0.21 | 40.37 | 0.68 | 0.47 |
| Hex | C9 | 94 | 27 | 0 | 1A | 51 | 15 | 28 | 44 | 2F |
| Octal | 311 | 224 | 47 | 0 | 32 | 121 | 25 | 50 | 104 | 57 |
| Binary | 11001001 | 10010100 | 100111 | 0 | 11010 | 1010001 | 10101 | 101000 | 1000100 | 101111 |
Color Harmonies of #C99427
Complementary color
Monochromatic Colors of #C99427
Black with #C99427
Text Example
Text Example
White with #C99427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99427; }
p { color: rgb(201,148,39); }
H1.HeaderClassName
{
color: #C99427;
}
.AnyTagClassName
{
color: #C99427;
}
</style>
background-color css
<style>
a { background-color: #C99427; }
a { background-color: rgb(201,148,39); }
div.DivClassName
{
background-color: #C99427;
}
.BgClassName
{
background-color: #C99427;
}
</style>
border-color css
<style>
span { border-color: #C99427; }
span { border-color: rgb(201,148,39); }
td.TdClassName
{
border-color: #C99427;
}
.TagClassName
{
border-color: #C99427;
}
</style>