Shades of Buddha Gold #C69A1C
Tints of Buddha Gold #C69A1C
RGB
CMYK
RGB Variations
Color information
#C69A1C (or 0xC69A1C) is known color: Buddha Gold. HEX triplet: C6, 9A and 1C. RGB value is (198,154,28). Sum of RGB (Red+Green+Blue) = 198+154+28=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A1C is #3965E3. Grayscale: #999999. Windows color (decimal): -3761636 or 1874630. OLE color: 1874630.
HSL color Cylindrical-coordinate representation of color #C69A1C: hue angle of 44.47º degrees, saturation: 0.75, 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 #C69A1C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.22 |
| HSL | 44.47º | 0.75% | 0.44% | - |
| HSV(B) | 44.47º | 0.86% | 0.78% | - |
| XYZ | 35.05 | 35.2 | 6.05 | - |
| YUV | 152.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 28 | 0 | 0.22 | 0.86 | 0.22 | 44.47 | 0.75 | 0.44 |
| Hex | C6 | 9A | 1C | 0 | 16 | 56 | 16 | 2C | 4B | 2C |
| Octal | 306 | 232 | 34 | 0 | 26 | 126 | 26 | 54 | 113 | 54 |
| Binary | 11000110 | 10011010 | 11100 | 0 | 10110 | 1010110 | 10110 | 101100 | 1001011 | 101100 |
Color Harmonies of #C69A1C
Complementary color
Monochromatic Colors of #C69A1C
Black with #C69A1C
Text Example
Text Example
White with #C69A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A1C; }
p { color: rgb(198,154,28); }
H1.HeaderClassName
{
color: #C69A1C;
}
.AnyTagClassName
{
color: #C69A1C;
}
</style>
background-color css
<style>
a { background-color: #C69A1C; }
a { background-color: rgb(198,154,28); }
div.DivClassName
{
background-color: #C69A1C;
}
.BgClassName
{
background-color: #C69A1C;
}
</style>
border-color css
<style>
span { border-color: #C69A1C; }
span { border-color: rgb(198,154,28); }
td.TdClassName
{
border-color: #C69A1C;
}
.TagClassName
{
border-color: #C69A1C;
}
</style>