Shades of Buddha Gold #C18F16
Tints of Buddha Gold #C18F16
RGB
CMYK
RGB Variations
Color information
#C18F16 (or 0xC18F16) is known color: Buddha Gold. HEX triplet: C1, 8F and 16. RGB value is (193,143,22). Sum of RGB (Red+Green+Blue) = 193+143+22=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18F16 is #3E70E9. Grayscale: #909090. Windows color (decimal): -4092138 or 1478593. OLE color: 1478593.
HSL color Cylindrical-coordinate representation of color #C18F16: hue angle of 42.46º 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 #C18F16 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.24 |
| HSL | 42.46º | 0.8% | 0.42% | - |
| HSV(B) | 42.46º | 0.89% | 0.76% | - |
| XYZ | 31.96 | 31.04 | 5.07 | - |
| YUV | 144.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 22 | 0 | 0.26 | 0.89 | 0.24 | 42.46 | 0.8 | 0.42 |
| Hex | C1 | 8F | 16 | 0 | 1A | 59 | 18 | 2A | 50 | 2A |
| Octal | 301 | 217 | 26 | 0 | 32 | 131 | 30 | 52 | 120 | 52 |
| Binary | 11000001 | 10001111 | 10110 | 0 | 11010 | 1011001 | 11000 | 101010 | 1010000 | 101010 |
Color Harmonies of #C18F16
Complementary color
Monochromatic Colors of #C18F16
Black with #C18F16
Text Example
Text Example
White with #C18F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F16; }
p { color: rgb(193,143,22); }
H1.HeaderClassName
{
color: #C18F16;
}
.AnyTagClassName
{
color: #C18F16;
}
</style>
background-color css
<style>
a { background-color: #C18F16; }
a { background-color: rgb(193,143,22); }
div.DivClassName
{
background-color: #C18F16;
}
.BgClassName
{
background-color: #C18F16;
}
</style>
border-color css
<style>
span { border-color: #C18F16; }
span { border-color: rgb(193,143,22); }
td.TdClassName
{
border-color: #C18F16;
}
.TagClassName
{
border-color: #C18F16;
}
</style>