Shades of Buddha Gold #C69A1B
Tints of Buddha Gold #C69A1B
RGB
CMYK
RGB Variations
Color information
#C69A1B (or 0xC69A1B) is known color: Buddha Gold. HEX triplet: C6, 9A and 1B. RGB value is (198,154,27). Sum of RGB (Red+Green+Blue) = 198+154+27=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A1B is #3965E4. Grayscale: #999999. Windows color (decimal): -3761637 or 1809094. OLE color: 1809094.
HSL color Cylindrical-coordinate representation of color #C69A1B: hue angle of 44.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C69A1B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 27 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.22 |
| HSL | 44.56º | 0.76% | 0.44% | - |
| HSV(B) | 44.56º | 0.86% | 0.78% | - |
| XYZ | 35.04 | 35.2 | 5.98 | - |
| YUV | 152.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 27 | 0 | 0.22 | 0.86 | 0.22 | 44.56 | 0.76 | 0.44 |
| Hex | C6 | 9A | 1B | 0 | 16 | 56 | 16 | 2D | 4C | 2C |
| Octal | 306 | 232 | 33 | 0 | 26 | 126 | 26 | 55 | 114 | 54 |
| Binary | 11000110 | 10011010 | 11011 | 0 | 10110 | 1010110 | 10110 | 101101 | 1001100 | 101100 |
Color Harmonies of #C69A1B
Complementary color
Monochromatic Colors of #C69A1B
Black with #C69A1B
Text Example
Text Example
White with #C69A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A1B; }
p { color: rgb(198,154,27); }
H1.HeaderClassName
{
color: #C69A1B;
}
.AnyTagClassName
{
color: #C69A1B;
}
</style>
background-color css
<style>
a { background-color: #C69A1B; }
a { background-color: rgb(198,154,27); }
div.DivClassName
{
background-color: #C69A1B;
}
.BgClassName
{
background-color: #C69A1B;
}
</style>
border-color css
<style>
span { border-color: #C69A1B; }
span { border-color: rgb(198,154,27); }
td.TdClassName
{
border-color: #C69A1B;
}
.TagClassName
{
border-color: #C69A1B;
}
</style>