Shades of Buddha Gold #C3A907
Tints of Buddha Gold #C3A907
RGB
CMYK
RGB Variations
Color information
#C3A907 (or 0xC3A907) is known color: Buddha Gold. HEX triplet: C3, A9 and 07. RGB value is (195,169,7). Sum of RGB (Red+Green+Blue) = 195+169+7=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A907 is #3C56F8. Grayscale: #9E9E9E. Windows color (decimal): -3954425 or 502211. OLE color: 502211.
HSL color Cylindrical-coordinate representation of color #C3A907: hue angle of 51.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3A907 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.24 |
| HSL | 51.7º | 0.93% | 0.4% | - |
| HSV(B) | 51.7º | 0.96% | 0.76% | - |
| XYZ | 36.73 | 39.99 | 5.98 | - |
| YUV | 158.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 7 | 0 | 0.13 | 0.96 | 0.24 | 51.7 | 0.93 | 0.4 |
| Hex | C3 | A9 | 7 | 0 | D | 60 | 18 | 34 | 5D | 28 |
| Octal | 303 | 251 | 7 | 0 | 15 | 140 | 30 | 64 | 135 | 50 |
| Binary | 11000011 | 10101001 | 111 | 0 | 1101 | 1100000 | 11000 | 110100 | 1011101 | 101000 |
Color Harmonies of #C3A907
Complementary color
Monochromatic Colors of #C3A907
Black with #C3A907
Text Example
Text Example
White with #C3A907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A907; }
p { color: rgb(195,169,7); }
H1.HeaderClassName
{
color: #C3A907;
}
.AnyTagClassName
{
color: #C3A907;
}
</style>
background-color css
<style>
a { background-color: #C3A907; }
a { background-color: rgb(195,169,7); }
div.DivClassName
{
background-color: #C3A907;
}
.BgClassName
{
background-color: #C3A907;
}
</style>
border-color css
<style>
span { border-color: #C3A907; }
span { border-color: rgb(195,169,7); }
td.TdClassName
{
border-color: #C3A907;
}
.TagClassName
{
border-color: #C3A907;
}
</style>