Shades of Nugget #C88C1E
Tints of Nugget #C88C1E
RGB
CMYK
RGB Variations
Color information
#C88C1E (or 0xC88C1E) is known color: Nugget. HEX triplet: C8, 8C and 1E. RGB value is (200,140,30). Sum of RGB (Red+Green+Blue) = 200+140+30=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C1E is #3773E1. Grayscale: #919191. Windows color (decimal): -3634146 or 2002120. OLE color: 2002120.
HSL color Cylindrical-coordinate representation of color #C88C1E: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C88C1E is Cyan = 0, Magento = 0.3, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 30 | - |
| CMYK | 0 | 0.3 | 0.85 | 0.22 |
| HSL | 38.82º | 0.74% | 0.45% | - |
| HSV(B) | 38.82º | 0.85% | 0.78% | - |
| XYZ | 33.43 | 31.13 | 5.47 | - |
| YUV | 145.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 30 | 0 | 0.3 | 0.85 | 0.22 | 38.82 | 0.74 | 0.45 |
| Hex | C8 | 8C | 1E | 0 | 1E | 55 | 16 | 27 | 4A | 2D |
| Octal | 310 | 214 | 36 | 0 | 36 | 125 | 26 | 47 | 112 | 55 |
| Binary | 11001000 | 10001100 | 11110 | 0 | 11110 | 1010101 | 10110 | 100111 | 1001010 | 101101 |
Color Harmonies of #C88C1E
Complementary color
Monochromatic Colors of #C88C1E
Black with #C88C1E
Text Example
Text Example
White with #C88C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C1E; }
p { color: rgb(200,140,30); }
H1.HeaderClassName
{
color: #C88C1E;
}
.AnyTagClassName
{
color: #C88C1E;
}
</style>
background-color css
<style>
a { background-color: #C88C1E; }
a { background-color: rgb(200,140,30); }
div.DivClassName
{
background-color: #C88C1E;
}
.BgClassName
{
background-color: #C88C1E;
}
</style>
border-color css
<style>
span { border-color: #C88C1E; }
span { border-color: rgb(200,140,30); }
td.TdClassName
{
border-color: #C88C1E;
}
.TagClassName
{
border-color: #C88C1E;
}
</style>