Shades of Nugget #C09723
Tints of Nugget #C09723
RGB
CMYK
RGB Variations
Color information
#C09723 (or 0xC09723) is known color: Nugget. HEX triplet: C0, 97 and 23. RGB value is (192,151,35). Sum of RGB (Red+Green+Blue) = 192+151+35=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C09723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09723 is #3F68DC. Grayscale: #969696. Windows color (decimal): -4155613 or 2332608. OLE color: 2332608.
HSL color Cylindrical-coordinate representation of color #C09723: hue angle of 44.33º 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 #C09723 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 35 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.25 |
| HSL | 44.33º | 0.69% | 0.45% | - |
| HSV(B) | 44.33º | 0.82% | 0.75% | - |
| XYZ | 33.11 | 33.46 | 6.3 | - |
| YUV | 150.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 35 | 0 | 0.21 | 0.82 | 0.25 | 44.33 | 0.69 | 0.45 |
| Hex | C0 | 97 | 23 | 0 | 15 | 52 | 19 | 2C | 45 | 2D |
| Octal | 300 | 227 | 43 | 0 | 25 | 122 | 31 | 54 | 105 | 55 |
| Binary | 11000000 | 10010111 | 100011 | 0 | 10101 | 1010010 | 11001 | 101100 | 1000101 | 101101 |
Color Harmonies of #C09723
Complementary color
Monochromatic Colors of #C09723
Black with #C09723
Text Example
Text Example
White with #C09723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09723; }
p { color: rgb(192,151,35); }
H1.HeaderClassName
{
color: #C09723;
}
.AnyTagClassName
{
color: #C09723;
}
</style>
background-color css
<style>
a { background-color: #C09723; }
a { background-color: rgb(192,151,35); }
div.DivClassName
{
background-color: #C09723;
}
.BgClassName
{
background-color: #C09723;
}
</style>
border-color css
<style>
span { border-color: #C09723; }
span { border-color: rgb(192,151,35); }
td.TdClassName
{
border-color: #C09723;
}
.TagClassName
{
border-color: #C09723;
}
</style>