Shades of Nugget #C09527
Tints of Nugget #C09527
RGB
CMYK
RGB Variations
Color information
#C09527 (or 0xC09527) is known color: Nugget. HEX triplet: C0, 95 and 27. RGB value is (192,149,39). Sum of RGB (Red+Green+Blue) = 192+149+39=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09527 is #3F6AD8. Grayscale: #959595. Windows color (decimal): -4156121 or 2594240. OLE color: 2594240.
HSL color Cylindrical-coordinate representation of color #C09527: hue angle of 43.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09527 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 39 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.25 |
| HSL | 43.14º | 0.66% | 0.45% | - |
| HSV(B) | 43.14º | 0.8% | 0.75% | - |
| XYZ | 32.85 | 32.85 | 6.53 | - |
| YUV | 149.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 39 | 0 | 0.22 | 0.80 | 0.25 | 43.14 | 0.66 | 0.45 |
| Hex | C0 | 95 | 27 | 0 | 16 | 50 | 19 | 2B | 42 | 2D |
| Octal | 300 | 225 | 47 | 0 | 26 | 120 | 31 | 53 | 102 | 55 |
| Binary | 11000000 | 10010101 | 100111 | 0 | 10110 | 1010000 | 11001 | 101011 | 1000010 | 101101 |
Color Harmonies of #C09527
Complementary color
Monochromatic Colors of #C09527
Black with #C09527
Text Example
Text Example
White with #C09527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09527; }
p { color: rgb(192,149,39); }
H1.HeaderClassName
{
color: #C09527;
}
.AnyTagClassName
{
color: #C09527;
}
</style>
background-color css
<style>
a { background-color: #C09527; }
a { background-color: rgb(192,149,39); }
div.DivClassName
{
background-color: #C09527;
}
.BgClassName
{
background-color: #C09527;
}
</style>
border-color css
<style>
span { border-color: #C09527; }
span { border-color: rgb(192,149,39); }
td.TdClassName
{
border-color: #C09527;
}
.TagClassName
{
border-color: #C09527;
}
</style>