Shades of Buddha Gold #C3A61B
Tints of Buddha Gold #C3A61B
RGB
CMYK
RGB Variations
Color information
#C3A61B (or 0xC3A61B) is known color: Buddha Gold. HEX triplet: C3, A6 and 1B. RGB value is (195,166,27). Sum of RGB (Red+Green+Blue) = 195+166+27=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A61B is #3C59E4. Grayscale: #9F9F9F. Windows color (decimal): -3955173 or 1812163. OLE color: 1812163.
HSL color Cylindrical-coordinate representation of color #C3A61B: hue angle of 49.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3A61B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 27 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.24 |
| HSL | 49.64º | 0.76% | 0.44% | - |
| HSV(B) | 49.64º | 0.86% | 0.76% | - |
| XYZ | 36.34 | 38.95 | 6.64 | - |
| YUV | 158.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 27 | 0 | 0.15 | 0.86 | 0.24 | 49.64 | 0.76 | 0.44 |
| Hex | C3 | A6 | 1B | 0 | F | 56 | 18 | 32 | 4C | 2C |
| Octal | 303 | 246 | 33 | 0 | 17 | 126 | 30 | 62 | 114 | 54 |
| Binary | 11000011 | 10100110 | 11011 | 0 | 1111 | 1010110 | 11000 | 110010 | 1001100 | 101100 |
Color Harmonies of #C3A61B
Complementary color
Monochromatic Colors of #C3A61B
Black with #C3A61B
Text Example
Text Example
White with #C3A61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A61B; }
p { color: rgb(195,166,27); }
H1.HeaderClassName
{
color: #C3A61B;
}
.AnyTagClassName
{
color: #C3A61B;
}
</style>
background-color css
<style>
a { background-color: #C3A61B; }
a { background-color: rgb(195,166,27); }
div.DivClassName
{
background-color: #C3A61B;
}
.BgClassName
{
background-color: #C3A61B;
}
</style>
border-color css
<style>
span { border-color: #C3A61B; }
span { border-color: rgb(195,166,27); }
td.TdClassName
{
border-color: #C3A61B;
}
.TagClassName
{
border-color: #C3A61B;
}
</style>