Shades of Nugget #C08A27
Tints of Nugget #C08A27
RGB
CMYK
RGB Variations
Color information
#C08A27 (or 0xC08A27) is known color: Nugget. HEX triplet: C0, 8A and 27. RGB value is (192,138,39). Sum of RGB (Red+Green+Blue) = 192+138+39=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A27 is #3F75D8. Grayscale: #8F8F8F. Windows color (decimal): -4158937 or 2591424. OLE color: 2591424.
HSL color Cylindrical-coordinate representation of color #C08A27: hue angle of 38.82º 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 #C08A27 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 39 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.25 |
| HSL | 38.82º | 0.66% | 0.45% | - |
| HSV(B) | 38.82º | 0.8% | 0.75% | - |
| XYZ | 31.19 | 29.53 | 5.98 | - |
| YUV | 142.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 39 | 0 | 0.28 | 0.80 | 0.25 | 38.82 | 0.66 | 0.45 |
| Hex | C0 | 8A | 27 | 0 | 1C | 50 | 19 | 27 | 42 | 2D |
| Octal | 300 | 212 | 47 | 0 | 34 | 120 | 31 | 47 | 102 | 55 |
| Binary | 11000000 | 10001010 | 100111 | 0 | 11100 | 1010000 | 11001 | 100111 | 1000010 | 101101 |
Color Harmonies of #C08A27
Complementary color
Monochromatic Colors of #C08A27
Black with #C08A27
Text Example
Text Example
White with #C08A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A27; }
p { color: rgb(192,138,39); }
H1.HeaderClassName
{
color: #C08A27;
}
.AnyTagClassName
{
color: #C08A27;
}
</style>
background-color css
<style>
a { background-color: #C08A27; }
a { background-color: rgb(192,138,39); }
div.DivClassName
{
background-color: #C08A27;
}
.BgClassName
{
background-color: #C08A27;
}
</style>
border-color css
<style>
span { border-color: #C08A27; }
span { border-color: rgb(192,138,39); }
td.TdClassName
{
border-color: #C08A27;
}
.TagClassName
{
border-color: #C08A27;
}
</style>