Shades of Nugget #C1992D
Tints of Nugget #C1992D
RGB
CMYK
RGB Variations
Color information
#C1992D (or 0xC1992D) is known color: Nugget. HEX triplet: C1, 99 and 2D. RGB value is (193,153,45). Sum of RGB (Red+Green+Blue) = 193+153+45=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1992D is #3E66D2. Grayscale: #999999. Windows color (decimal): -4089555 or 2988481. OLE color: 2988481.
HSL color Cylindrical-coordinate representation of color #C1992D: hue angle of 43.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1992D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 45 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.24 |
| HSL | 43.78º | 0.62% | 0.47% | - |
| HSV(B) | 43.78º | 0.77% | 0.76% | - |
| XYZ | 33.86 | 34.31 | 7.32 | - |
| YUV | 152.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 45 | 0 | 0.21 | 0.77 | 0.24 | 43.78 | 0.62 | 0.47 |
| Hex | C1 | 99 | 2D | 0 | 15 | 4D | 18 | 2C | 3E | 2F |
| Octal | 301 | 231 | 55 | 0 | 25 | 115 | 30 | 54 | 76 | 57 |
| Binary | 11000001 | 10011001 | 101101 | 0 | 10101 | 1001101 | 11000 | 101100 | 111110 | 101111 |
Color Harmonies of #C1992D
Complementary color
Monochromatic Colors of #C1992D
Black with #C1992D
Text Example
Text Example
White with #C1992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1992D; }
p { color: rgb(193,153,45); }
H1.HeaderClassName
{
color: #C1992D;
}
.AnyTagClassName
{
color: #C1992D;
}
</style>
background-color css
<style>
a { background-color: #C1992D; }
a { background-color: rgb(193,153,45); }
div.DivClassName
{
background-color: #C1992D;
}
.BgClassName
{
background-color: #C1992D;
}
</style>
border-color css
<style>
span { border-color: #C1992D; }
span { border-color: rgb(193,153,45); }
td.TdClassName
{
border-color: #C1992D;
}
.TagClassName
{
border-color: #C1992D;
}
</style>