Shades of Buddha Gold #C2A807
Tints of Buddha Gold #C2A807
RGB
CMYK
RGB Variations
Color information
#C2A807 (or 0xC2A807) is known color: Buddha Gold. HEX triplet: C2, A8 and 07. RGB value is (194,168,7). Sum of RGB (Red+Green+Blue) = 194+168+7=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A807 is #3D57F8. Grayscale: #9E9E9E. Windows color (decimal): -4020217 or 501954. OLE color: 501954.
HSL color Cylindrical-coordinate representation of color #C2A807: hue angle of 51.66º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2A807 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.24 |
| HSL | 51.66º | 0.93% | 0.39% | - |
| HSV(B) | 51.66º | 0.96% | 0.76% | - |
| XYZ | 36.29 | 39.49 | 5.91 | - |
| YUV | 157.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 7 | 0 | 0.13 | 0.96 | 0.24 | 51.66 | 0.93 | 0.39 |
| Hex | C2 | A8 | 7 | 0 | D | 60 | 18 | 34 | 5D | 27 |
| Octal | 302 | 250 | 7 | 0 | 15 | 140 | 30 | 64 | 135 | 47 |
| Binary | 11000010 | 10101000 | 111 | 0 | 1101 | 1100000 | 11000 | 110100 | 1011101 | 100111 |
Color Harmonies of #C2A807
Complementary color
Monochromatic Colors of #C2A807
Black with #C2A807
Text Example
Text Example
White with #C2A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A807; }
p { color: rgb(194,168,7); }
H1.HeaderClassName
{
color: #C2A807;
}
.AnyTagClassName
{
color: #C2A807;
}
</style>
background-color css
<style>
a { background-color: #C2A807; }
a { background-color: rgb(194,168,7); }
div.DivClassName
{
background-color: #C2A807;
}
.BgClassName
{
background-color: #C2A807;
}
</style>
border-color css
<style>
span { border-color: #C2A807; }
span { border-color: rgb(194,168,7); }
td.TdClassName
{
border-color: #C2A807;
}
.TagClassName
{
border-color: #C2A807;
}
</style>