Shades of Nugget #C09523
Tints of Nugget #C09523
RGB
CMYK
RGB Variations
Color information
#C09523 (or 0xC09523) is known color: Nugget. HEX triplet: C0, 95 and 23. RGB value is (192,149,35). Sum of RGB (Red+Green+Blue) = 192+149+35=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09523 is #3F6ADC. Grayscale: #959595. Windows color (decimal): -4156125 or 2332096. OLE color: 2332096.
HSL color Cylindrical-coordinate representation of color #C09523: hue angle of 43.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09523 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 35 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.25 |
| HSL | 43.57º | 0.69% | 0.45% | - |
| HSV(B) | 43.57º | 0.82% | 0.75% | - |
| XYZ | 32.79 | 32.82 | 6.2 | - |
| YUV | 148.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 35 | 0 | 0.22 | 0.82 | 0.25 | 43.57 | 0.69 | 0.45 |
| Hex | C0 | 95 | 23 | 0 | 16 | 52 | 19 | 2C | 45 | 2D |
| Octal | 300 | 225 | 43 | 0 | 26 | 122 | 31 | 54 | 105 | 55 |
| Binary | 11000000 | 10010101 | 100011 | 0 | 10110 | 1010010 | 11001 | 101100 | 1000101 | 101101 |
Color Harmonies of #C09523
Complementary color
Monochromatic Colors of #C09523
Black with #C09523
Text Example
Text Example
White with #C09523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09523; }
p { color: rgb(192,149,35); }
H1.HeaderClassName
{
color: #C09523;
}
.AnyTagClassName
{
color: #C09523;
}
</style>
background-color css
<style>
a { background-color: #C09523; }
a { background-color: rgb(192,149,35); }
div.DivClassName
{
background-color: #C09523;
}
.BgClassName
{
background-color: #C09523;
}
</style>
border-color css
<style>
span { border-color: #C09523; }
span { border-color: rgb(192,149,35); }
td.TdClassName
{
border-color: #C09523;
}
.TagClassName
{
border-color: #C09523;
}
</style>