Shades of Nugget #C28C23
Tints of Nugget #C28C23
RGB
CMYK
RGB Variations
Color information
#C28C23 (or 0xC28C23) is known color: Nugget. HEX triplet: C2, 8C and 23. RGB value is (194,140,35). Sum of RGB (Red+Green+Blue) = 194+140+35=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C23 is #3D73DC. Grayscale: #909090. Windows color (decimal): -4027357 or 2329794. OLE color: 2329794.
HSL color Cylindrical-coordinate representation of color #C28C23: hue angle of 39.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28C23 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 35 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.24 |
| HSL | 39.62º | 0.69% | 0.45% | - |
| HSV(B) | 39.62º | 0.82% | 0.76% | - |
| XYZ | 31.93 | 30.35 | 5.76 | - |
| YUV | 144.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 35 | 0 | 0.28 | 0.82 | 0.24 | 39.62 | 0.69 | 0.45 |
| Hex | C2 | 8C | 23 | 0 | 1C | 52 | 18 | 28 | 45 | 2D |
| Octal | 302 | 214 | 43 | 0 | 34 | 122 | 30 | 50 | 105 | 55 |
| Binary | 11000010 | 10001100 | 100011 | 0 | 11100 | 1010010 | 11000 | 101000 | 1000101 | 101101 |
Color Harmonies of #C28C23
Complementary color
Monochromatic Colors of #C28C23
Black with #C28C23
Text Example
Text Example
White with #C28C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C23; }
p { color: rgb(194,140,35); }
H1.HeaderClassName
{
color: #C28C23;
}
.AnyTagClassName
{
color: #C28C23;
}
</style>
background-color css
<style>
a { background-color: #C28C23; }
a { background-color: rgb(194,140,35); }
div.DivClassName
{
background-color: #C28C23;
}
.BgClassName
{
background-color: #C28C23;
}
</style>
border-color css
<style>
span { border-color: #C28C23; }
span { border-color: rgb(194,140,35); }
td.TdClassName
{
border-color: #C28C23;
}
.TagClassName
{
border-color: #C28C23;
}
</style>