Shades of Buddha Gold #C69E05
Tints of Buddha Gold #C69E05
RGB
CMYK
RGB Variations
Color information
#C69E05 (or 0xC69E05) is known color: Buddha Gold. HEX triplet: C6, 9E and 05. RGB value is (198,158,5). Sum of RGB (Red+Green+Blue) = 198+158+5=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E05 is #3961FA. Grayscale: #999999. Windows color (decimal): -3760635 or 368326. OLE color: 368326.
HSL color Cylindrical-coordinate representation of color #C69E05: hue angle of 47.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69E05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.22 |
| HSL | 47.56º | 0.95% | 0.4% | - |
| HSV(B) | 47.56º | 0.97% | 0.78% | - |
| XYZ | 35.54 | 36.47 | 5.31 | - |
| YUV | 152.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 5 | 0 | 0.20 | 0.97 | 0.22 | 47.56 | 0.95 | 0.4 |
| Hex | C6 | 9E | 5 | 0 | 14 | 61 | 16 | 30 | 5F | 28 |
| Octal | 306 | 236 | 5 | 0 | 24 | 141 | 26 | 60 | 137 | 50 |
| Binary | 11000110 | 10011110 | 101 | 0 | 10100 | 1100001 | 10110 | 110000 | 1011111 | 101000 |
Color Harmonies of #C69E05
Complementary color
Monochromatic Colors of #C69E05
Black with #C69E05
Text Example
Text Example
White with #C69E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E05; }
p { color: rgb(198,158,5); }
H1.HeaderClassName
{
color: #C69E05;
}
.AnyTagClassName
{
color: #C69E05;
}
</style>
background-color css
<style>
a { background-color: #C69E05; }
a { background-color: rgb(198,158,5); }
div.DivClassName
{
background-color: #C69E05;
}
.BgClassName
{
background-color: #C69E05;
}
</style>
border-color css
<style>
span { border-color: #C69E05; }
span { border-color: rgb(198,158,5); }
td.TdClassName
{
border-color: #C69E05;
}
.TagClassName
{
border-color: #C69E05;
}
</style>