Shades of Buddha Gold #C69E15
Tints of Buddha Gold #C69E15
RGB
CMYK
RGB Variations
Color information
#C69E15 (or 0xC69E15) is known color: Buddha Gold. HEX triplet: C6, 9E and 15. RGB value is (198,158,21). Sum of RGB (Red+Green+Blue) = 198+158+21=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E15 is #3961EA. Grayscale: #9A9A9A. Windows color (decimal): -3760619 or 1416902. OLE color: 1416902.
HSL color Cylindrical-coordinate representation of color #C69E15: hue angle of 46.44º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C69E15 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 21 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.22 |
| HSL | 46.44º | 0.81% | 0.43% | - |
| HSV(B) | 46.44º | 0.89% | 0.78% | - |
| XYZ | 35.65 | 36.51 | 5.88 | - |
| YUV | 154.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 21 | 0 | 0.20 | 0.89 | 0.22 | 46.44 | 0.81 | 0.43 |
| Hex | C6 | 9E | 15 | 0 | 14 | 59 | 16 | 2E | 51 | 2B |
| Octal | 306 | 236 | 25 | 0 | 24 | 131 | 26 | 56 | 121 | 53 |
| Binary | 11000110 | 10011110 | 10101 | 0 | 10100 | 1011001 | 10110 | 101110 | 1010001 | 101011 |
Color Harmonies of #C69E15
Complementary color
Monochromatic Colors of #C69E15
Black with #C69E15
Text Example
Text Example
White with #C69E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E15; }
p { color: rgb(198,158,21); }
H1.HeaderClassName
{
color: #C69E15;
}
.AnyTagClassName
{
color: #C69E15;
}
</style>
background-color css
<style>
a { background-color: #C69E15; }
a { background-color: rgb(198,158,21); }
div.DivClassName
{
background-color: #C69E15;
}
.BgClassName
{
background-color: #C69E15;
}
</style>
border-color css
<style>
span { border-color: #C69E15; }
span { border-color: rgb(198,158,21); }
td.TdClassName
{
border-color: #C69E15;
}
.TagClassName
{
border-color: #C69E15;
}
</style>