Shades of Buddha Gold #C2A809
Tints of Buddha Gold #C2A809
RGB
CMYK
RGB Variations
Color information
#C2A809 (or 0xC2A809) is known color: Buddha Gold. HEX triplet: C2, A8 and 09. RGB value is (194,168,9). Sum of RGB (Red+Green+Blue) = 194+168+9=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A809 is #3D57F6. Grayscale: #9E9E9E. Windows color (decimal): -4020215 or 633026. OLE color: 633026.
HSL color Cylindrical-coordinate representation of color #C2A809: hue angle of 51.57º 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 #C2A809 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 9 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.24 |
| HSL | 51.57º | 0.91% | 0.4% | - |
| HSV(B) | 51.57º | 0.95% | 0.76% | - |
| XYZ | 36.3 | 39.49 | 5.97 | - |
| YUV | 157.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 9 | 0 | 0.13 | 0.95 | 0.24 | 51.57 | 0.91 | 0.4 |
| Hex | C2 | A8 | 9 | 0 | D | 5F | 18 | 34 | 5B | 28 |
| Octal | 302 | 250 | 11 | 0 | 15 | 137 | 30 | 64 | 133 | 50 |
| Binary | 11000010 | 10101000 | 1001 | 0 | 1101 | 1011111 | 11000 | 110100 | 1011011 | 101000 |
Color Harmonies of #C2A809
Complementary color
Monochromatic Colors of #C2A809
Black with #C2A809
Text Example
Text Example
White with #C2A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A809; }
p { color: rgb(194,168,9); }
H1.HeaderClassName
{
color: #C2A809;
}
.AnyTagClassName
{
color: #C2A809;
}
</style>
background-color css
<style>
a { background-color: #C2A809; }
a { background-color: rgb(194,168,9); }
div.DivClassName
{
background-color: #C2A809;
}
.BgClassName
{
background-color: #C2A809;
}
</style>
border-color css
<style>
span { border-color: #C2A809; }
span { border-color: rgb(194,168,9); }
td.TdClassName
{
border-color: #C2A809;
}
.TagClassName
{
border-color: #C2A809;
}
</style>