Shades of Buddha Gold #C5A402
Tints of Buddha Gold #C5A402
RGB
CMYK
RGB Variations
Color information
#C5A402 (or 0xC5A402) is known color: Buddha Gold. HEX triplet: C5, A4 and 02. RGB value is (197,164,2). Sum of RGB (Red+Green+Blue) = 197+164+2=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A402 is #3A5BFD. Grayscale: #9C9C9C. Windows color (decimal): -3824638 or 173253. OLE color: 173253.
HSL color Cylindrical-coordinate representation of color #C5A402: hue angle of 49.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A402 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.23 |
| HSL | 49.85º | 0.98% | 0.39% | - |
| HSV(B) | 49.85º | 0.99% | 0.77% | - |
| XYZ | 36.31 | 38.43 | 5.56 | - |
| YUV | 155.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 2 | 0 | 0.17 | 0.99 | 0.23 | 49.85 | 0.98 | 0.39 |
| Hex | C5 | A4 | 2 | 0 | 11 | 63 | 17 | 32 | 62 | 27 |
| Octal | 305 | 244 | 2 | 0 | 21 | 143 | 27 | 62 | 142 | 47 |
| Binary | 11000101 | 10100100 | 10 | 0 | 10001 | 1100011 | 10111 | 110010 | 1100010 | 100111 |
Color Harmonies of #C5A402
Complementary color
Monochromatic Colors of #C5A402
Black with #C5A402
Text Example
Text Example
White with #C5A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A402; }
p { color: rgb(197,164,2); }
H1.HeaderClassName
{
color: #C5A402;
}
.AnyTagClassName
{
color: #C5A402;
}
</style>
background-color css
<style>
a { background-color: #C5A402; }
a { background-color: rgb(197,164,2); }
div.DivClassName
{
background-color: #C5A402;
}
.BgClassName
{
background-color: #C5A402;
}
</style>
border-color css
<style>
span { border-color: #C5A402; }
span { border-color: rgb(197,164,2); }
td.TdClassName
{
border-color: #C5A402;
}
.TagClassName
{
border-color: #C5A402;
}
</style>