Shades of Buddha Gold #C69C1E
Tints of Buddha Gold #C69C1E
RGB
CMYK
RGB Variations
Color information
#C69C1E (or 0xC69C1E) is known color: Buddha Gold. HEX triplet: C6, 9C and 1E. RGB value is (198,156,30). Sum of RGB (Red+Green+Blue) = 198+156+30=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C1E is #3963E1. Grayscale: #9A9A9A. Windows color (decimal): -3761122 or 2006214. OLE color: 2006214.
HSL color Cylindrical-coordinate representation of color #C69C1E: hue angle of 45º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C69C1E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 30 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.22 |
| HSL | 45º | 0.74% | 0.45% | - |
| HSV(B) | 45º | 0.85% | 0.78% | - |
| XYZ | 35.41 | 35.88 | 6.29 | - |
| YUV | 154.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 30 | 0 | 0.21 | 0.85 | 0.22 | 45 | 0.74 | 0.45 |
| Hex | C6 | 9C | 1E | 0 | 15 | 55 | 16 | 2D | 4A | 2D |
| Octal | 306 | 234 | 36 | 0 | 25 | 125 | 26 | 55 | 112 | 55 |
| Binary | 11000110 | 10011100 | 11110 | 0 | 10101 | 1010101 | 10110 | 101101 | 1001010 | 101101 |
Color Harmonies of #C69C1E
Complementary color
Monochromatic Colors of #C69C1E
Black with #C69C1E
Text Example
Text Example
White with #C69C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C1E; }
p { color: rgb(198,156,30); }
H1.HeaderClassName
{
color: #C69C1E;
}
.AnyTagClassName
{
color: #C69C1E;
}
</style>
background-color css
<style>
a { background-color: #C69C1E; }
a { background-color: rgb(198,156,30); }
div.DivClassName
{
background-color: #C69C1E;
}
.BgClassName
{
background-color: #C69C1E;
}
</style>
border-color css
<style>
span { border-color: #C69C1E; }
span { border-color: rgb(198,156,30); }
td.TdClassName
{
border-color: #C69C1E;
}
.TagClassName
{
border-color: #C69C1E;
}
</style>