Shades of Buddha Gold #C69C1F
Tints of Buddha Gold #C69C1F
RGB
CMYK
RGB Variations
Color information
#C69C1F (or 0xC69C1F) is known color: Buddha Gold. HEX triplet: C6, 9C and 1F. RGB value is (198,156,31). Sum of RGB (Red+Green+Blue) = 198+156+31=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C1F is #3963E0. Grayscale: #9A9A9A. Windows color (decimal): -3761121 or 2071750. OLE color: 2071750.
HSL color Cylindrical-coordinate representation of color #C69C1F: hue angle of 44.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C69C1F is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 31 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.22 |
| HSL | 44.91º | 0.73% | 0.45% | - |
| HSV(B) | 44.91º | 0.84% | 0.78% | - |
| XYZ | 35.42 | 35.88 | 6.36 | - |
| YUV | 154.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 31 | 0 | 0.21 | 0.84 | 0.22 | 44.91 | 0.73 | 0.45 |
| Hex | C6 | 9C | 1F | 0 | 15 | 54 | 16 | 2D | 49 | 2D |
| Octal | 306 | 234 | 37 | 0 | 25 | 124 | 26 | 55 | 111 | 55 |
| Binary | 11000110 | 10011100 | 11111 | 0 | 10101 | 1010100 | 10110 | 101101 | 1001001 | 101101 |
Color Harmonies of #C69C1F
Complementary color
Monochromatic Colors of #C69C1F
Black with #C69C1F
Text Example
Text Example
White with #C69C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C1F; }
p { color: rgb(198,156,31); }
H1.HeaderClassName
{
color: #C69C1F;
}
.AnyTagClassName
{
color: #C69C1F;
}
</style>
background-color css
<style>
a { background-color: #C69C1F; }
a { background-color: rgb(198,156,31); }
div.DivClassName
{
background-color: #C69C1F;
}
.BgClassName
{
background-color: #C69C1F;
}
</style>
border-color css
<style>
span { border-color: #C69C1F; }
span { border-color: rgb(198,156,31); }
td.TdClassName
{
border-color: #C69C1F;
}
.TagClassName
{
border-color: #C69C1F;
}
</style>