Shades of Nugget #C1992A
Tints of Nugget #C1992A
RGB
CMYK
RGB Variations
Color information
#C1992A (or 0xC1992A) is known color: Nugget. HEX triplet: C1, 99 and 2A. RGB value is (193,153,42). Sum of RGB (Red+Green+Blue) = 193+153+42=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1992A is #3E66D5. Grayscale: #989898. Windows color (decimal): -4089558 or 2791873. OLE color: 2791873.
HSL color Cylindrical-coordinate representation of color #C1992A: hue angle of 44.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1992A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 42 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.24 |
| HSL | 44.11º | 0.64% | 0.46% | - |
| HSV(B) | 44.11º | 0.78% | 0.76% | - |
| XYZ | 33.8 | 34.29 | 7.03 | - |
| YUV | 152.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 42 | 0 | 0.21 | 0.78 | 0.24 | 44.11 | 0.64 | 0.46 |
| Hex | C1 | 99 | 2A | 0 | 15 | 4E | 18 | 2C | 40 | 2E |
| Octal | 301 | 231 | 52 | 0 | 25 | 116 | 30 | 54 | 100 | 56 |
| Binary | 11000001 | 10011001 | 101010 | 0 | 10101 | 1001110 | 11000 | 101100 | 1000000 | 101110 |
Color Harmonies of #C1992A
Complementary color
Monochromatic Colors of #C1992A
Black with #C1992A
Text Example
Text Example
White with #C1992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1992A; }
p { color: rgb(193,153,42); }
H1.HeaderClassName
{
color: #C1992A;
}
.AnyTagClassName
{
color: #C1992A;
}
</style>
background-color css
<style>
a { background-color: #C1992A; }
a { background-color: rgb(193,153,42); }
div.DivClassName
{
background-color: #C1992A;
}
.BgClassName
{
background-color: #C1992A;
}
</style>
border-color css
<style>
span { border-color: #C1992A; }
span { border-color: rgb(193,153,42); }
td.TdClassName
{
border-color: #C1992A;
}
.TagClassName
{
border-color: #C1992A;
}
</style>