Shades of Buddha Gold #C6A103
Tints of Buddha Gold #C6A103
RGB
CMYK
RGB Variations
Color information
#C6A103 (or 0xC6A103) is known color: Buddha Gold. HEX triplet: C6, A1 and 03. RGB value is (198,161,3). Sum of RGB (Red+Green+Blue) = 198+161+3=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A103 is #395EFC. Grayscale: #9A9A9A. Windows color (decimal): -3759869 or 238022. OLE color: 238022.
HSL color Cylindrical-coordinate representation of color #C6A103: hue angle of 48.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6A103 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.22 |
| HSL | 48.62º | 0.97% | 0.39% | - |
| HSV(B) | 48.62º | 0.98% | 0.78% | - |
| XYZ | 36.05 | 37.5 | 5.42 | - |
| YUV | 154.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 3 | 0 | 0.19 | 0.98 | 0.22 | 48.62 | 0.97 | 0.39 |
| Hex | C6 | A1 | 3 | 0 | 13 | 62 | 16 | 31 | 61 | 27 |
| Octal | 306 | 241 | 3 | 0 | 23 | 142 | 26 | 61 | 141 | 47 |
| Binary | 11000110 | 10100001 | 11 | 0 | 10011 | 1100010 | 10110 | 110001 | 1100001 | 100111 |
Color Harmonies of #C6A103
Complementary color
Monochromatic Colors of #C6A103
Black with #C6A103
Text Example
Text Example
White with #C6A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A103; }
p { color: rgb(198,161,3); }
H1.HeaderClassName
{
color: #C6A103;
}
.AnyTagClassName
{
color: #C6A103;
}
</style>
background-color css
<style>
a { background-color: #C6A103; }
a { background-color: rgb(198,161,3); }
div.DivClassName
{
background-color: #C6A103;
}
.BgClassName
{
background-color: #C6A103;
}
</style>
border-color css
<style>
span { border-color: #C6A103; }
span { border-color: rgb(198,161,3); }
td.TdClassName
{
border-color: #C6A103;
}
.TagClassName
{
border-color: #C6A103;
}
</style>