Shades of Nugget #C89627
Tints of Nugget #C89627
RGB
CMYK
RGB Variations
Color information
#C89627 (or 0xC89627) is known color: Nugget. HEX triplet: C8, 96 and 27. RGB value is (200,150,39). Sum of RGB (Red+Green+Blue) = 200+150+39=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89627 is #3769D8. Grayscale: #989898. Windows color (decimal): -3631577 or 2594504. OLE color: 2594504.
HSL color Cylindrical-coordinate representation of color #C89627: hue angle of 41.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89627 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 39 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.22 |
| HSL | 41.37º | 0.67% | 0.47% | - |
| HSV(B) | 41.37º | 0.81% | 0.78% | - |
| XYZ | 35.09 | 34.24 | 6.68 | - |
| YUV | 152.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 39 | 0 | 0.25 | 0.80 | 0.22 | 41.37 | 0.67 | 0.47 |
| Hex | C8 | 96 | 27 | 0 | 19 | 50 | 16 | 29 | 43 | 2F |
| Octal | 310 | 226 | 47 | 0 | 31 | 120 | 26 | 51 | 103 | 57 |
| Binary | 11001000 | 10010110 | 100111 | 0 | 11001 | 1010000 | 10110 | 101001 | 1000011 | 101111 |
Color Harmonies of #C89627
Complementary color
Monochromatic Colors of #C89627
Black with #C89627
Text Example
Text Example
White with #C89627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89627; }
p { color: rgb(200,150,39); }
H1.HeaderClassName
{
color: #C89627;
}
.AnyTagClassName
{
color: #C89627;
}
</style>
background-color css
<style>
a { background-color: #C89627; }
a { background-color: rgb(200,150,39); }
div.DivClassName
{
background-color: #C89627;
}
.BgClassName
{
background-color: #C89627;
}
</style>
border-color css
<style>
span { border-color: #C89627; }
span { border-color: rgb(200,150,39); }
td.TdClassName
{
border-color: #C89627;
}
.TagClassName
{
border-color: #C89627;
}
</style>