Shades of Buddha Gold #C2A501
Tints of Buddha Gold #C2A501
RGB
CMYK
RGB Variations
Color information
#C2A501 (or 0xC2A501) is known color: Buddha Gold. HEX triplet: C2, A5 and 01. RGB value is (194,165,1). Sum of RGB (Red+Green+Blue) = 194+165+1=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A501 is #3D5AFE. Grayscale: #9B9B9B. Windows color (decimal): -4020991 or 107970. OLE color: 107970.
HSL color Cylindrical-coordinate representation of color #C2A501: hue angle of 50.98º 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 #C2A501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.24 |
| HSL | 50.98º | 0.99% | 0.38% | - |
| HSV(B) | 50.98º | 0.99% | 0.76% | - |
| XYZ | 35.71 | 38.38 | 5.56 | - |
| YUV | 154.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 1 | 0 | 0.15 | 0.99 | 0.24 | 50.98 | 0.99 | 0.38 |
| Hex | C2 | A5 | 1 | 0 | F | 63 | 18 | 33 | 63 | 26 |
| Octal | 302 | 245 | 1 | 0 | 17 | 143 | 30 | 63 | 143 | 46 |
| Binary | 11000010 | 10100101 | 1 | 0 | 1111 | 1100011 | 11000 | 110011 | 1100011 | 100110 |
Color Harmonies of #C2A501
Complementary color
Monochromatic Colors of #C2A501
Black with #C2A501
Text Example
Text Example
White with #C2A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A501; }
p { color: rgb(194,165,1); }
H1.HeaderClassName
{
color: #C2A501;
}
.AnyTagClassName
{
color: #C2A501;
}
</style>
background-color css
<style>
a { background-color: #C2A501; }
a { background-color: rgb(194,165,1); }
div.DivClassName
{
background-color: #C2A501;
}
.BgClassName
{
background-color: #C2A501;
}
</style>
border-color css
<style>
span { border-color: #C2A501; }
span { border-color: rgb(194,165,1); }
td.TdClassName
{
border-color: #C2A501;
}
.TagClassName
{
border-color: #C2A501;
}
</style>