Shades of Nugget #C2992D
Tints of Nugget #C2992D
RGB
CMYK
RGB Variations
Color information
#C2992D (or 0xC2992D) is known color: Nugget. HEX triplet: C2, 99 and 2D. RGB value is (194,153,45). Sum of RGB (Red+Green+Blue) = 194+153+45=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2992D is #3D66D2. Grayscale: #999999. Windows color (decimal): -4024019 or 2988482. OLE color: 2988482.
HSL color Cylindrical-coordinate representation of color #C2992D: hue angle of 43.49º 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 #C2992D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 45 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.24 |
| HSL | 43.49º | 0.62% | 0.47% | - |
| HSV(B) | 43.49º | 0.77% | 0.76% | - |
| XYZ | 34.11 | 34.44 | 7.33 | - |
| YUV | 152.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 45 | 0 | 0.21 | 0.77 | 0.24 | 43.49 | 0.62 | 0.47 |
| Hex | C2 | 99 | 2D | 0 | 15 | 4D | 18 | 2B | 3E | 2F |
| Octal | 302 | 231 | 55 | 0 | 25 | 115 | 30 | 53 | 76 | 57 |
| Binary | 11000010 | 10011001 | 101101 | 0 | 10101 | 1001101 | 11000 | 101011 | 111110 | 101111 |
Color Harmonies of #C2992D
Complementary color
Monochromatic Colors of #C2992D
Black with #C2992D
Text Example
Text Example
White with #C2992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2992D; }
p { color: rgb(194,153,45); }
H1.HeaderClassName
{
color: #C2992D;
}
.AnyTagClassName
{
color: #C2992D;
}
</style>
background-color css
<style>
a { background-color: #C2992D; }
a { background-color: rgb(194,153,45); }
div.DivClassName
{
background-color: #C2992D;
}
.BgClassName
{
background-color: #C2992D;
}
</style>
border-color css
<style>
span { border-color: #C2992D; }
span { border-color: rgb(194,153,45); }
td.TdClassName
{
border-color: #C2992D;
}
.TagClassName
{
border-color: #C2992D;
}
</style>