Shades of Nugget #C99723
Tints of Nugget #C99723
RGB
CMYK
RGB Variations
Color information
#C99723 (or 0xC99723) is known color: Nugget. HEX triplet: C9, 97 and 23. RGB value is (201,151,35). Sum of RGB (Red+Green+Blue) = 201+151+35=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C99723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99723 is #3668DC. Grayscale: #999999. Windows color (decimal): -3565789 or 2332617. OLE color: 2332617.
HSL color Cylindrical-coordinate representation of color #C99723: hue angle of 41.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C99723 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 35 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.21 |
| HSL | 41.93º | 0.7% | 0.46% | - |
| HSV(B) | 41.93º | 0.83% | 0.79% | - |
| XYZ | 35.46 | 34.67 | 6.41 | - |
| YUV | 152.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 35 | 0 | 0.25 | 0.83 | 0.21 | 41.93 | 0.7 | 0.46 |
| Hex | C9 | 97 | 23 | 0 | 19 | 53 | 15 | 2A | 46 | 2E |
| Octal | 311 | 227 | 43 | 0 | 31 | 123 | 25 | 52 | 106 | 56 |
| Binary | 11001001 | 10010111 | 100011 | 0 | 11001 | 1010011 | 10101 | 101010 | 1000110 | 101110 |
Color Harmonies of #C99723
Complementary color
Monochromatic Colors of #C99723
Black with #C99723
Text Example
Text Example
White with #C99723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99723; }
p { color: rgb(201,151,35); }
H1.HeaderClassName
{
color: #C99723;
}
.AnyTagClassName
{
color: #C99723;
}
</style>
background-color css
<style>
a { background-color: #C99723; }
a { background-color: rgb(201,151,35); }
div.DivClassName
{
background-color: #C99723;
}
.BgClassName
{
background-color: #C99723;
}
</style>
border-color css
<style>
span { border-color: #C99723; }
span { border-color: rgb(201,151,35); }
td.TdClassName
{
border-color: #C99723;
}
.TagClassName
{
border-color: #C99723;
}
</style>