Shades of Nugget #C2891C
Tints of Nugget #C2891C
RGB
CMYK
RGB Variations
Color information
#C2891C (or 0xC2891C) is known color: Nugget. HEX triplet: C2, 89 and 1C. RGB value is (194,137,28). Sum of RGB (Red+Green+Blue) = 194+137+28=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2891C is #3D76E3. Grayscale: #8E8E8E. Windows color (decimal): -4028132 or 1870274. OLE color: 1870274.
HSL color Cylindrical-coordinate representation of color #C2891C: hue angle of 39.4º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2891C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.24 |
| HSL | 39.4º | 0.75% | 0.44% | - |
| HSV(B) | 39.4º | 0.86% | 0.76% | - |
| XYZ | 31.4 | 29.44 | 5.13 | - |
| YUV | 141.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 28 | 0 | 0.29 | 0.86 | 0.24 | 39.4 | 0.75 | 0.44 |
| Hex | C2 | 89 | 1C | 0 | 1D | 56 | 18 | 27 | 4B | 2C |
| Octal | 302 | 211 | 34 | 0 | 35 | 126 | 30 | 47 | 113 | 54 |
| Binary | 11000010 | 10001001 | 11100 | 0 | 11101 | 1010110 | 11000 | 100111 | 1001011 | 101100 |
Color Harmonies of #C2891C
Complementary color
Monochromatic Colors of #C2891C
Black with #C2891C
Text Example
Text Example
White with #C2891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2891C; }
p { color: rgb(194,137,28); }
H1.HeaderClassName
{
color: #C2891C;
}
.AnyTagClassName
{
color: #C2891C;
}
</style>
background-color css
<style>
a { background-color: #C2891C; }
a { background-color: rgb(194,137,28); }
div.DivClassName
{
background-color: #C2891C;
}
.BgClassName
{
background-color: #C2891C;
}
</style>
border-color css
<style>
span { border-color: #C2891C; }
span { border-color: rgb(194,137,28); }
td.TdClassName
{
border-color: #C2891C;
}
.TagClassName
{
border-color: #C2891C;
}
</style>