Shades of Nugget #C09A27
Tints of Nugget #C09A27
RGB
CMYK
RGB Variations
Color information
#C09A27 (or 0xC09A27) is known color: Nugget. HEX triplet: C0, 9A and 27. RGB value is (192,154,39). Sum of RGB (Red+Green+Blue) = 192+154+39=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A27 is #3F65D8. Grayscale: #989898. Windows color (decimal): -4154841 or 2595520. OLE color: 2595520.
HSL color Cylindrical-coordinate representation of color #C09A27: hue angle of 45.1º 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 #C09A27 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 39 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.25 |
| HSL | 45.1º | 0.66% | 0.45% | - |
| HSV(B) | 45.1º | 0.8% | 0.75% | - |
| XYZ | 33.66 | 34.46 | 6.8 | - |
| YUV | 152.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 39 | 0 | 0.20 | 0.80 | 0.25 | 45.1 | 0.66 | 0.45 |
| Hex | C0 | 9A | 27 | 0 | 14 | 50 | 19 | 2D | 42 | 2D |
| Octal | 300 | 232 | 47 | 0 | 24 | 120 | 31 | 55 | 102 | 55 |
| Binary | 11000000 | 10011010 | 100111 | 0 | 10100 | 1010000 | 11001 | 101101 | 1000010 | 101101 |
Color Harmonies of #C09A27
Complementary color
Monochromatic Colors of #C09A27
Black with #C09A27
Text Example
Text Example
White with #C09A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A27; }
p { color: rgb(192,154,39); }
H1.HeaderClassName
{
color: #C09A27;
}
.AnyTagClassName
{
color: #C09A27;
}
</style>
background-color css
<style>
a { background-color: #C09A27; }
a { background-color: rgb(192,154,39); }
div.DivClassName
{
background-color: #C09A27;
}
.BgClassName
{
background-color: #C09A27;
}
</style>
border-color css
<style>
span { border-color: #C09A27; }
span { border-color: rgb(192,154,39); }
td.TdClassName
{
border-color: #C09A27;
}
.TagClassName
{
border-color: #C09A27;
}
</style>