Shades of Nugget #C78F29
Tints of Nugget #C78F29
RGB
CMYK
RGB Variations
Color information
#C78F29 (or 0xC78F29) is known color: Nugget. HEX triplet: C7, 8F and 29. RGB value is (199,143,41). Sum of RGB (Red+Green+Blue) = 199+143+41=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F29 is #3870D6. Grayscale: #949494. Windows color (decimal): -3698903 or 2723783. OLE color: 2723783.
HSL color Cylindrical-coordinate representation of color #C78F29: hue angle of 38.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C78F29 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 41 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.22 |
| HSL | 38.73º | 0.66% | 0.47% | - |
| HSV(B) | 38.73º | 0.79% | 0.78% | - |
| XYZ | 33.78 | 31.95 | 6.48 | - |
| YUV | 148.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 41 | 0 | 0.28 | 0.79 | 0.22 | 38.73 | 0.66 | 0.47 |
| Hex | C7 | 8F | 29 | 0 | 1C | 4F | 16 | 27 | 42 | 2F |
| Octal | 307 | 217 | 51 | 0 | 34 | 117 | 26 | 47 | 102 | 57 |
| Binary | 11000111 | 10001111 | 101001 | 0 | 11100 | 1001111 | 10110 | 100111 | 1000010 | 101111 |
Color Harmonies of #C78F29
Complementary color
Monochromatic Colors of #C78F29
Black with #C78F29
Text Example
Text Example
White with #C78F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F29; }
p { color: rgb(199,143,41); }
H1.HeaderClassName
{
color: #C78F29;
}
.AnyTagClassName
{
color: #C78F29;
}
</style>
background-color css
<style>
a { background-color: #C78F29; }
a { background-color: rgb(199,143,41); }
div.DivClassName
{
background-color: #C78F29;
}
.BgClassName
{
background-color: #C78F29;
}
</style>
border-color css
<style>
span { border-color: #C78F29; }
span { border-color: rgb(199,143,41); }
td.TdClassName
{
border-color: #C78F29;
}
.TagClassName
{
border-color: #C78F29;
}
</style>