Shades of Buddha Gold #C2A601
Tints of Buddha Gold #C2A601
RGB
CMYK
RGB Variations
Color information
#C2A601 (or 0xC2A601) is known color: Buddha Gold. HEX triplet: C2, A6 and 01. RGB value is (194,166,1). Sum of RGB (Red+Green+Blue) = 194+166+1=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A601 is #3D59FE. Grayscale: #9C9C9C. Windows color (decimal): -4020735 or 108226. OLE color: 108226.
HSL color Cylindrical-coordinate representation of color #C2A601: hue angle of 51.3º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2A601 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.24 |
| HSL | 51.3º | 0.99% | 0.38% | - |
| HSV(B) | 51.3º | 0.99% | 0.76% | - |
| XYZ | 35.89 | 38.74 | 5.62 | - |
| YUV | 155.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 1 | 0 | 0.14 | 0.99 | 0.24 | 51.3 | 0.99 | 0.38 |
| Hex | C2 | A6 | 1 | 0 | E | 63 | 18 | 33 | 63 | 26 |
| Octal | 302 | 246 | 1 | 0 | 16 | 143 | 30 | 63 | 143 | 46 |
| Binary | 11000010 | 10100110 | 1 | 0 | 1110 | 1100011 | 11000 | 110011 | 1100011 | 100110 |
Color Harmonies of #C2A601
Complementary color
Monochromatic Colors of #C2A601
Black with #C2A601
Text Example
Text Example
White with #C2A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A601; }
p { color: rgb(194,166,1); }
H1.HeaderClassName
{
color: #C2A601;
}
.AnyTagClassName
{
color: #C2A601;
}
</style>
background-color css
<style>
a { background-color: #C2A601; }
a { background-color: rgb(194,166,1); }
div.DivClassName
{
background-color: #C2A601;
}
.BgClassName
{
background-color: #C2A601;
}
</style>
border-color css
<style>
span { border-color: #C2A601; }
span { border-color: rgb(194,166,1); }
td.TdClassName
{
border-color: #C2A601;
}
.TagClassName
{
border-color: #C2A601;
}
</style>