Shades of Nugget #C89629
Tints of Nugget #C89629
RGB
CMYK
RGB Variations
Color information
#C89629 (or 0xC89629) is known color: Nugget. HEX triplet: C8, 96 and 29. RGB value is (200,150,41). Sum of RGB (Red+Green+Blue) = 200+150+41=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C89629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89629 is #3769D6. Grayscale: #999999. Windows color (decimal): -3631575 or 2725576. OLE color: 2725576.
HSL color Cylindrical-coordinate representation of color #C89629: hue angle of 41.13º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C89629 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 41 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.22 |
| HSL | 41.13º | 0.66% | 0.47% | - |
| HSV(B) | 41.13º | 0.8% | 0.78% | - |
| XYZ | 35.13 | 34.25 | 6.86 | - |
| YUV | 152.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 41 | 0 | 0.25 | 0.80 | 0.22 | 41.13 | 0.66 | 0.47 |
| Hex | C8 | 96 | 29 | 0 | 19 | 50 | 16 | 29 | 42 | 2F |
| Octal | 310 | 226 | 51 | 0 | 31 | 120 | 26 | 51 | 102 | 57 |
| Binary | 11001000 | 10010110 | 101001 | 0 | 11001 | 1010000 | 10110 | 101001 | 1000010 | 101111 |
Color Harmonies of #C89629
Complementary color
Monochromatic Colors of #C89629
Black with #C89629
Text Example
Text Example
White with #C89629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89629; }
p { color: rgb(200,150,41); }
H1.HeaderClassName
{
color: #C89629;
}
.AnyTagClassName
{
color: #C89629;
}
</style>
background-color css
<style>
a { background-color: #C89629; }
a { background-color: rgb(200,150,41); }
div.DivClassName
{
background-color: #C89629;
}
.BgClassName
{
background-color: #C89629;
}
</style>
border-color css
<style>
span { border-color: #C89629; }
span { border-color: rgb(200,150,41); }
td.TdClassName
{
border-color: #C89629;
}
.TagClassName
{
border-color: #C89629;
}
</style>