Shades of Buddha Gold #C69E10
Tints of Buddha Gold #C69E10
RGB
CMYK
RGB Variations
Color information
#C69E10 (or 0xC69E10) is known color: Buddha Gold. HEX triplet: C6, 9E and 10. RGB value is (198,158,16). Sum of RGB (Red+Green+Blue) = 198+158+16=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E10 is #3961EF. Grayscale: #9A9A9A. Windows color (decimal): -3760624 or 1089222. OLE color: 1089222.
HSL color Cylindrical-coordinate representation of color #C69E10: hue angle of 46.81º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C69E10 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.22 |
| HSL | 46.81º | 0.85% | 0.42% | - |
| HSV(B) | 46.81º | 0.92% | 0.78% | - |
| XYZ | 35.61 | 36.5 | 5.66 | - |
| YUV | 153.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 16 | 0 | 0.20 | 0.92 | 0.22 | 46.81 | 0.85 | 0.42 |
| Hex | C6 | 9E | 10 | 0 | 14 | 5C | 16 | 2F | 55 | 2A |
| Octal | 306 | 236 | 20 | 0 | 24 | 134 | 26 | 57 | 125 | 52 |
| Binary | 11000110 | 10011110 | 10000 | 0 | 10100 | 1011100 | 10110 | 101111 | 1010101 | 101010 |
Color Harmonies of #C69E10
Complementary color
Monochromatic Colors of #C69E10
Black with #C69E10
Text Example
Text Example
White with #C69E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E10; }
p { color: rgb(198,158,16); }
H1.HeaderClassName
{
color: #C69E10;
}
.AnyTagClassName
{
color: #C69E10;
}
</style>
background-color css
<style>
a { background-color: #C69E10; }
a { background-color: rgb(198,158,16); }
div.DivClassName
{
background-color: #C69E10;
}
.BgClassName
{
background-color: #C69E10;
}
</style>
border-color css
<style>
span { border-color: #C69E10; }
span { border-color: rgb(198,158,16); }
td.TdClassName
{
border-color: #C69E10;
}
.TagClassName
{
border-color: #C69E10;
}
</style>