Shades of Buddha Gold #C3A609
Tints of Buddha Gold #C3A609
RGB
CMYK
RGB Variations
Color information
#C3A609 (or 0xC3A609) is known color: Buddha Gold. HEX triplet: C3, A6 and 09. RGB value is (195,166,9). Sum of RGB (Red+Green+Blue) = 195+166+9=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A609 is #3C59F6. Grayscale: #9D9D9D. Windows color (decimal): -3955191 or 632515. OLE color: 632515.
HSL color Cylindrical-coordinate representation of color #C3A609: hue angle of 50.65º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3A609 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.24 |
| HSL | 50.65º | 0.91% | 0.4% | - |
| HSV(B) | 50.65º | 0.95% | 0.76% | - |
| XYZ | 36.19 | 38.89 | 5.86 | - |
| YUV | 156.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 9 | 0 | 0.15 | 0.95 | 0.24 | 50.65 | 0.91 | 0.4 |
| Hex | C3 | A6 | 9 | 0 | F | 5F | 18 | 33 | 5B | 28 |
| Octal | 303 | 246 | 11 | 0 | 17 | 137 | 30 | 63 | 133 | 50 |
| Binary | 11000011 | 10100110 | 1001 | 0 | 1111 | 1011111 | 11000 | 110011 | 1011011 | 101000 |
Color Harmonies of #C3A609
Complementary color
Monochromatic Colors of #C3A609
Black with #C3A609
Text Example
Text Example
White with #C3A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A609; }
p { color: rgb(195,166,9); }
H1.HeaderClassName
{
color: #C3A609;
}
.AnyTagClassName
{
color: #C3A609;
}
</style>
background-color css
<style>
a { background-color: #C3A609; }
a { background-color: rgb(195,166,9); }
div.DivClassName
{
background-color: #C3A609;
}
.BgClassName
{
background-color: #C3A609;
}
</style>
border-color css
<style>
span { border-color: #C3A609; }
span { border-color: rgb(195,166,9); }
td.TdClassName
{
border-color: #C3A609;
}
.TagClassName
{
border-color: #C3A609;
}
</style>