Shades of Nugget #C88F28
Tints of Nugget #C88F28
RGB
CMYK
RGB Variations
Color information
#C88F28 (or 0xC88F28) is known color: Nugget. HEX triplet: C8, 8F and 28. RGB value is (200,143,40). Sum of RGB (Red+Green+Blue) = 200+143+40=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F28 is #3770D7. Grayscale: #949494. Windows color (decimal): -3633368 or 2658248. OLE color: 2658248.
HSL color Cylindrical-coordinate representation of color #C88F28: hue angle of 38.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C88F28 is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 40 | - |
| CMYK | 0 | 0.28 | 0.8 | 0.22 |
| HSL | 38.63º | 0.67% | 0.47% | - |
| HSV(B) | 38.63º | 0.8% | 0.78% | - |
| XYZ | 34.02 | 32.08 | 6.41 | - |
| YUV | 148.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 40 | 0 | 0.28 | 0.8 | 0.22 | 38.63 | 0.67 | 0.47 |
| Hex | C8 | 8F | 28 | 0 | 1C | 50 | 16 | 27 | 43 | 2F |
| Octal | 310 | 217 | 50 | 0 | 34 | 120 | 26 | 47 | 103 | 57 |
| Binary | 11001000 | 10001111 | 101000 | 0 | 11100 | 1010000 | 10110 | 100111 | 1000011 | 101111 |
Color Harmonies of #C88F28
Complementary color
Monochromatic Colors of #C88F28
Black with #C88F28
Text Example
Text Example
White with #C88F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F28; }
p { color: rgb(200,143,40); }
H1.HeaderClassName
{
color: #C88F28;
}
.AnyTagClassName
{
color: #C88F28;
}
</style>
background-color css
<style>
a { background-color: #C88F28; }
a { background-color: rgb(200,143,40); }
div.DivClassName
{
background-color: #C88F28;
}
.BgClassName
{
background-color: #C88F28;
}
</style>
border-color css
<style>
span { border-color: #C88F28; }
span { border-color: rgb(200,143,40); }
td.TdClassName
{
border-color: #C88F28;
}
.TagClassName
{
border-color: #C88F28;
}
</style>