Shades of Buddha Gold #C3A00F
Tints of Buddha Gold #C3A00F
RGB
CMYK
RGB Variations
Color information
#C3A00F (or 0xC3A00F) is known color: Buddha Gold. HEX triplet: C3, A0 and 0F. RGB value is (195,160,15). Sum of RGB (Red+Green+Blue) = 195+160+15=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A00F is #3C5FF0. Grayscale: #9A9A9A. Windows color (decimal): -3956721 or 1024195. OLE color: 1024195.
HSL color Cylindrical-coordinate representation of color #C3A00F: hue angle of 48.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3A00F is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 15 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.24 |
| HSL | 48.33º | 0.86% | 0.41% | - |
| HSV(B) | 48.33º | 0.92% | 0.76% | - |
| XYZ | 35.16 | 36.78 | 5.7 | - |
| YUV | 153.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 15 | 0 | 0.18 | 0.92 | 0.24 | 48.33 | 0.86 | 0.41 |
| Hex | C3 | A0 | F | 0 | 12 | 5C | 18 | 30 | 56 | 29 |
| Octal | 303 | 240 | 17 | 0 | 22 | 134 | 30 | 60 | 126 | 51 |
| Binary | 11000011 | 10100000 | 1111 | 0 | 10010 | 1011100 | 11000 | 110000 | 1010110 | 101001 |
Color Harmonies of #C3A00F
Complementary color
Monochromatic Colors of #C3A00F
Black with #C3A00F
Text Example
Text Example
White with #C3A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A00F; }
p { color: rgb(195,160,15); }
H1.HeaderClassName
{
color: #C3A00F;
}
.AnyTagClassName
{
color: #C3A00F;
}
</style>
background-color css
<style>
a { background-color: #C3A00F; }
a { background-color: rgb(195,160,15); }
div.DivClassName
{
background-color: #C3A00F;
}
.BgClassName
{
background-color: #C3A00F;
}
</style>
border-color css
<style>
span { border-color: #C3A00F; }
span { border-color: rgb(195,160,15); }
td.TdClassName
{
border-color: #C3A00F;
}
.TagClassName
{
border-color: #C3A00F;
}
</style>