Shades of Buddha Gold #C68E17
Tints of Buddha Gold #C68E17
RGB
CMYK
RGB Variations
Color information
#C68E17 (or 0xC68E17) is known color: Buddha Gold. HEX triplet: C6, 8E and 17. RGB value is (198,142,23). Sum of RGB (Red+Green+Blue) = 198+142+23=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E17 is #3971E8. Grayscale: #919191. Windows color (decimal): -3764713 or 1543878. OLE color: 1543878.
HSL color Cylindrical-coordinate representation of color #C68E17: hue angle of 40.8º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C68E17 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 23 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.22 |
| HSL | 40.8º | 0.79% | 0.43% | - |
| HSV(B) | 40.8º | 0.88% | 0.78% | - |
| XYZ | 33.12 | 31.41 | 5.13 | - |
| YUV | 145.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 23 | 0 | 0.28 | 0.88 | 0.22 | 40.8 | 0.79 | 0.43 |
| Hex | C6 | 8E | 17 | 0 | 1C | 58 | 16 | 29 | 4F | 2B |
| Octal | 306 | 216 | 27 | 0 | 34 | 130 | 26 | 51 | 117 | 53 |
| Binary | 11000110 | 10001110 | 10111 | 0 | 11100 | 1011000 | 10110 | 101001 | 1001111 | 101011 |
Color Harmonies of #C68E17
Complementary color
Monochromatic Colors of #C68E17
Black with #C68E17
Text Example
Text Example
White with #C68E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E17; }
p { color: rgb(198,142,23); }
H1.HeaderClassName
{
color: #C68E17;
}
.AnyTagClassName
{
color: #C68E17;
}
</style>
background-color css
<style>
a { background-color: #C68E17; }
a { background-color: rgb(198,142,23); }
div.DivClassName
{
background-color: #C68E17;
}
.BgClassName
{
background-color: #C68E17;
}
</style>
border-color css
<style>
span { border-color: #C68E17; }
span { border-color: rgb(198,142,23); }
td.TdClassName
{
border-color: #C68E17;
}
.TagClassName
{
border-color: #C68E17;
}
</style>