Shades of Buddha Gold #C28F16
Tints of Buddha Gold #C28F16
RGB
CMYK
RGB Variations
Color information
#C28F16 (or 0xC28F16) is known color: Buddha Gold. HEX triplet: C2, 8F and 16. RGB value is (194,143,22). Sum of RGB (Red+Green+Blue) = 194+143+22=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F16 is #3D70E9. Grayscale: #909090. Windows color (decimal): -4026602 or 1478594. OLE color: 1478594.
HSL color Cylindrical-coordinate representation of color #C28F16: hue angle of 42.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C28F16 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.24 |
| HSL | 42.21º | 0.8% | 0.42% | - |
| HSV(B) | 42.21º | 0.89% | 0.76% | - |
| XYZ | 32.22 | 31.17 | 5.08 | - |
| YUV | 144.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 22 | 0 | 0.26 | 0.89 | 0.24 | 42.21 | 0.8 | 0.42 |
| Hex | C2 | 8F | 16 | 0 | 1A | 59 | 18 | 2A | 50 | 2A |
| Octal | 302 | 217 | 26 | 0 | 32 | 131 | 30 | 52 | 120 | 52 |
| Binary | 11000010 | 10001111 | 10110 | 0 | 11010 | 1011001 | 11000 | 101010 | 1010000 | 101010 |
Color Harmonies of #C28F16
Complementary color
Monochromatic Colors of #C28F16
Black with #C28F16
Text Example
Text Example
White with #C28F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F16; }
p { color: rgb(194,143,22); }
H1.HeaderClassName
{
color: #C28F16;
}
.AnyTagClassName
{
color: #C28F16;
}
</style>
background-color css
<style>
a { background-color: #C28F16; }
a { background-color: rgb(194,143,22); }
div.DivClassName
{
background-color: #C28F16;
}
.BgClassName
{
background-color: #C28F16;
}
</style>
border-color css
<style>
span { border-color: #C28F16; }
span { border-color: rgb(194,143,22); }
td.TdClassName
{
border-color: #C28F16;
}
.TagClassName
{
border-color: #C28F16;
}
</style>