Shades of Nugget #C28F2B
Tints of Nugget #C28F2B
RGB
CMYK
RGB Variations
Color information
#C28F2B (or 0xC28F2B) is known color: Nugget. HEX triplet: C2, 8F and 2B. RGB value is (194,143,43). Sum of RGB (Red+Green+Blue) = 194+143+43=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F2B is #3D70D4. Grayscale: #939393. Windows color (decimal): -4026581 or 2854850. OLE color: 2854850.
HSL color Cylindrical-coordinate representation of color #C28F2B: hue angle of 39.74º 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 #C28F2B is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 43 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.24 |
| HSL | 39.74º | 0.64% | 0.46% | - |
| HSV(B) | 39.74º | 0.78% | 0.76% | - |
| XYZ | 32.51 | 31.29 | 6.61 | - |
| YUV | 146.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 43 | 0 | 0.26 | 0.78 | 0.24 | 39.74 | 0.64 | 0.46 |
| Hex | C2 | 8F | 2B | 0 | 1A | 4E | 18 | 28 | 40 | 2E |
| Octal | 302 | 217 | 53 | 0 | 32 | 116 | 30 | 50 | 100 | 56 |
| Binary | 11000010 | 10001111 | 101011 | 0 | 11010 | 1001110 | 11000 | 101000 | 1000000 | 101110 |
Color Harmonies of #C28F2B
Complementary color
Monochromatic Colors of #C28F2B
Black with #C28F2B
Text Example
Text Example
White with #C28F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F2B; }
p { color: rgb(194,143,43); }
H1.HeaderClassName
{
color: #C28F2B;
}
.AnyTagClassName
{
color: #C28F2B;
}
</style>
background-color css
<style>
a { background-color: #C28F2B; }
a { background-color: rgb(194,143,43); }
div.DivClassName
{
background-color: #C28F2B;
}
.BgClassName
{
background-color: #C28F2B;
}
</style>
border-color css
<style>
span { border-color: #C28F2B; }
span { border-color: rgb(194,143,43); }
td.TdClassName
{
border-color: #C28F2B;
}
.TagClassName
{
border-color: #C28F2B;
}
</style>