Shades of Nugget #C28F1C
Tints of Nugget #C28F1C
RGB
CMYK
RGB Variations
Color information
#C28F1C (or 0xC28F1C) is known color: Nugget. HEX triplet: C2, 8F and 1C. RGB value is (194,143,28). Sum of RGB (Red+Green+Blue) = 194+143+28=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F1C is #3D70E3. Grayscale: #919191. Windows color (decimal): -4026596 or 1871810. OLE color: 1871810.
HSL color Cylindrical-coordinate representation of color #C28F1C: hue angle of 41.57º 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 #C28F1C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 28 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.24 |
| HSL | 41.57º | 0.75% | 0.44% | - |
| HSV(B) | 41.57º | 0.86% | 0.76% | - |
| XYZ | 32.28 | 31.2 | 5.42 | - |
| YUV | 145.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 28 | 0 | 0.26 | 0.86 | 0.24 | 41.57 | 0.75 | 0.44 |
| Hex | C2 | 8F | 1C | 0 | 1A | 56 | 18 | 2A | 4B | 2C |
| Octal | 302 | 217 | 34 | 0 | 32 | 126 | 30 | 52 | 113 | 54 |
| Binary | 11000010 | 10001111 | 11100 | 0 | 11010 | 1010110 | 11000 | 101010 | 1001011 | 101100 |
Color Harmonies of #C28F1C
Complementary color
Monochromatic Colors of #C28F1C
Black with #C28F1C
Text Example
Text Example
White with #C28F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F1C; }
p { color: rgb(194,143,28); }
H1.HeaderClassName
{
color: #C28F1C;
}
.AnyTagClassName
{
color: #C28F1C;
}
</style>
background-color css
<style>
a { background-color: #C28F1C; }
a { background-color: rgb(194,143,28); }
div.DivClassName
{
background-color: #C28F1C;
}
.BgClassName
{
background-color: #C28F1C;
}
</style>
border-color css
<style>
span { border-color: #C28F1C; }
span { border-color: rgb(194,143,28); }
td.TdClassName
{
border-color: #C28F1C;
}
.TagClassName
{
border-color: #C28F1C;
}
</style>