Shades of Buddha Gold #C6A502
Tints of Buddha Gold #C6A502
RGB
CMYK
RGB Variations
Color information
#C6A502 (or 0xC6A502) is known color: Buddha Gold. HEX triplet: C6, A5 and 02. RGB value is (198,165,2). Sum of RGB (Red+Green+Blue) = 198+165+2=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A502 is #395AFD. Grayscale: #9C9C9C. Windows color (decimal): -3758846 or 173510. OLE color: 173510.
HSL color Cylindrical-coordinate representation of color #C6A502: hue angle of 49.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6A502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.22 |
| HSL | 49.9º | 0.98% | 0.39% | - |
| HSV(B) | 49.9º | 0.99% | 0.78% | - |
| XYZ | 36.75 | 38.92 | 5.63 | - |
| YUV | 156.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 2 | 0 | 0.17 | 0.99 | 0.22 | 49.9 | 0.98 | 0.39 |
| Hex | C6 | A5 | 2 | 0 | 11 | 63 | 16 | 32 | 62 | 27 |
| Octal | 306 | 245 | 2 | 0 | 21 | 143 | 26 | 62 | 142 | 47 |
| Binary | 11000110 | 10100101 | 10 | 0 | 10001 | 1100011 | 10110 | 110010 | 1100010 | 100111 |
Color Harmonies of #C6A502
Complementary color
Monochromatic Colors of #C6A502
Black with #C6A502
Text Example
Text Example
White with #C6A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A502; }
p { color: rgb(198,165,2); }
H1.HeaderClassName
{
color: #C6A502;
}
.AnyTagClassName
{
color: #C6A502;
}
</style>
background-color css
<style>
a { background-color: #C6A502; }
a { background-color: rgb(198,165,2); }
div.DivClassName
{
background-color: #C6A502;
}
.BgClassName
{
background-color: #C6A502;
}
</style>
border-color css
<style>
span { border-color: #C6A502; }
span { border-color: rgb(198,165,2); }
td.TdClassName
{
border-color: #C6A502;
}
.TagClassName
{
border-color: #C6A502;
}
</style>