Shades of Nugget #C99D2B
Tints of Nugget #C99D2B
RGB
CMYK
RGB Variations
Color information
#C99D2B (or 0xC99D2B) is known color: Nugget. HEX triplet: C9, 9D and 2B. RGB value is (201,157,43). Sum of RGB (Red+Green+Blue) = 201+157+43=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D2B is #3662D4. Grayscale: #9D9D9D. Windows color (decimal): -3564245 or 2858441. OLE color: 2858441.
HSL color Cylindrical-coordinate representation of color #C99D2B: hue angle of 43.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C99D2B is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 43 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.21 |
| HSL | 43.29º | 0.65% | 0.48% | - |
| HSV(B) | 43.29º | 0.79% | 0.79% | - |
| XYZ | 36.58 | 36.71 | 7.44 | - |
| YUV | 157.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 43 | 0 | 0.22 | 0.79 | 0.21 | 43.29 | 0.65 | 0.48 |
| Hex | C9 | 9D | 2B | 0 | 16 | 4F | 15 | 2B | 41 | 30 |
| Octal | 311 | 235 | 53 | 0 | 26 | 117 | 25 | 53 | 101 | 60 |
| Binary | 11001001 | 10011101 | 101011 | 0 | 10110 | 1001111 | 10101 | 101011 | 1000001 | 110000 |
Color Harmonies of #C99D2B
Complementary color
Monochromatic Colors of #C99D2B
Black with #C99D2B
Text Example
Text Example
White with #C99D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D2B; }
p { color: rgb(201,157,43); }
H1.HeaderClassName
{
color: #C99D2B;
}
.AnyTagClassName
{
color: #C99D2B;
}
</style>
background-color css
<style>
a { background-color: #C99D2B; }
a { background-color: rgb(201,157,43); }
div.DivClassName
{
background-color: #C99D2B;
}
.BgClassName
{
background-color: #C99D2B;
}
</style>
border-color css
<style>
span { border-color: #C99D2B; }
span { border-color: rgb(201,157,43); }
td.TdClassName
{
border-color: #C99D2B;
}
.TagClassName
{
border-color: #C99D2B;
}
</style>