Shades of Buddha Gold #C2A41C
Tints of Buddha Gold #C2A41C
RGB
CMYK
RGB Variations
Color information
#C2A41C (or 0xC2A41C) is known color: Buddha Gold. HEX triplet: C2, A4 and 1C. RGB value is (194,164,28). Sum of RGB (Red+Green+Blue) = 194+164+28=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A41C is #3D5BE3. Grayscale: #9E9E9E. Windows color (decimal): -4021220 or 1877186. OLE color: 1877186.
HSL color Cylindrical-coordinate representation of color #C2A41C: hue angle of 49.16º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2A41C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 28 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.24 |
| HSL | 49.16º | 0.75% | 0.44% | - |
| HSV(B) | 49.16º | 0.86% | 0.76% | - |
| XYZ | 35.73 | 38.1 | 6.57 | - |
| YUV | 157.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 28 | 0 | 0.15 | 0.86 | 0.24 | 49.16 | 0.75 | 0.44 |
| Hex | C2 | A4 | 1C | 0 | F | 56 | 18 | 31 | 4B | 2C |
| Octal | 302 | 244 | 34 | 0 | 17 | 126 | 30 | 61 | 113 | 54 |
| Binary | 11000010 | 10100100 | 11100 | 0 | 1111 | 1010110 | 11000 | 110001 | 1001011 | 101100 |
Color Harmonies of #C2A41C
Complementary color
Monochromatic Colors of #C2A41C
Black with #C2A41C
Text Example
Text Example
White with #C2A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A41C; }
p { color: rgb(194,164,28); }
H1.HeaderClassName
{
color: #C2A41C;
}
.AnyTagClassName
{
color: #C2A41C;
}
</style>
background-color css
<style>
a { background-color: #C2A41C; }
a { background-color: rgb(194,164,28); }
div.DivClassName
{
background-color: #C2A41C;
}
.BgClassName
{
background-color: #C2A41C;
}
</style>
border-color css
<style>
span { border-color: #C2A41C; }
span { border-color: rgb(194,164,28); }
td.TdClassName
{
border-color: #C2A41C;
}
.TagClassName
{
border-color: #C2A41C;
}
</style>