Shades of Buddha Gold #C3A802
Tints of Buddha Gold #C3A802
RGB
CMYK
RGB Variations
Color information
#C3A802 (or 0xC3A802) is known color: Buddha Gold. HEX triplet: C3, A8 and 02. RGB value is (195,168,2). Sum of RGB (Red+Green+Blue) = 195+168+2=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A802 is #3C57FD. Grayscale: #9D9D9D. Windows color (decimal): -3954686 or 174275. OLE color: 174275.
HSL color Cylindrical-coordinate representation of color #C3A802: hue angle of 51.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3A802 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.24 |
| HSL | 51.61º | 0.98% | 0.39% | - |
| HSV(B) | 51.61º | 0.99% | 0.76% | - |
| XYZ | 36.52 | 39.61 | 5.78 | - |
| YUV | 157.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 2 | 0 | 0.14 | 0.99 | 0.24 | 51.61 | 0.98 | 0.39 |
| Hex | C3 | A8 | 2 | 0 | E | 63 | 18 | 34 | 62 | 27 |
| Octal | 303 | 250 | 2 | 0 | 16 | 143 | 30 | 64 | 142 | 47 |
| Binary | 11000011 | 10101000 | 10 | 0 | 1110 | 1100011 | 11000 | 110100 | 1100010 | 100111 |
Color Harmonies of #C3A802
Complementary color
Monochromatic Colors of #C3A802
Black with #C3A802
Text Example
Text Example
White with #C3A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A802; }
p { color: rgb(195,168,2); }
H1.HeaderClassName
{
color: #C3A802;
}
.AnyTagClassName
{
color: #C3A802;
}
</style>
background-color css
<style>
a { background-color: #C3A802; }
a { background-color: rgb(195,168,2); }
div.DivClassName
{
background-color: #C3A802;
}
.BgClassName
{
background-color: #C3A802;
}
</style>
border-color css
<style>
span { border-color: #C3A802; }
span { border-color: rgb(195,168,2); }
td.TdClassName
{
border-color: #C3A802;
}
.TagClassName
{
border-color: #C3A802;
}
</style>