Shades of Buddha Gold #C3A605
Tints of Buddha Gold #C3A605
RGB
CMYK
RGB Variations
Color information
#C3A605 (or 0xC3A605) is known color: Buddha Gold. HEX triplet: C3, A6 and 05. RGB value is (195,166,5). Sum of RGB (Red+Green+Blue) = 195+166+5=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A605 is #3C59FA. Grayscale: #9C9C9C. Windows color (decimal): -3955195 or 370371. OLE color: 370371.
HSL color Cylindrical-coordinate representation of color #C3A605: hue angle of 50.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3A605 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 5 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.24 |
| HSL | 50.84º | 0.95% | 0.39% | - |
| HSV(B) | 50.84º | 0.97% | 0.76% | - |
| XYZ | 36.17 | 38.89 | 5.74 | - |
| YUV | 156.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 5 | 0 | 0.15 | 0.97 | 0.24 | 50.84 | 0.95 | 0.39 |
| Hex | C3 | A6 | 5 | 0 | F | 61 | 18 | 33 | 5F | 27 |
| Octal | 303 | 246 | 5 | 0 | 17 | 141 | 30 | 63 | 137 | 47 |
| Binary | 11000011 | 10100110 | 101 | 0 | 1111 | 1100001 | 11000 | 110011 | 1011111 | 100111 |
Color Harmonies of #C3A605
Complementary color
Monochromatic Colors of #C3A605
Black with #C3A605
Text Example
Text Example
White with #C3A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A605; }
p { color: rgb(195,166,5); }
H1.HeaderClassName
{
color: #C3A605;
}
.AnyTagClassName
{
color: #C3A605;
}
</style>
background-color css
<style>
a { background-color: #C3A605; }
a { background-color: rgb(195,166,5); }
div.DivClassName
{
background-color: #C3A605;
}
.BgClassName
{
background-color: #C3A605;
}
</style>
border-color css
<style>
span { border-color: #C3A605; }
span { border-color: rgb(195,166,5); }
td.TdClassName
{
border-color: #C3A605;
}
.TagClassName
{
border-color: #C3A605;
}
</style>