Shades of Buddha Gold #C2A318
Tints of Buddha Gold #C2A318
RGB
CMYK
RGB Variations
Color information
#C2A318 (or 0xC2A318) is known color: Buddha Gold. HEX triplet: C2, A3 and 18. RGB value is (194,163,24). Sum of RGB (Red+Green+Blue) = 194+163+24=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A318 is #3D5CE7. Grayscale: #9D9D9D. Windows color (decimal): -4021480 or 1614786. OLE color: 1614786.
HSL color Cylindrical-coordinate representation of color #C2A318: hue angle of 49.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2A318 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 24 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.24 |
| HSL | 49.06º | 0.78% | 0.43% | - |
| HSV(B) | 49.06º | 0.88% | 0.76% | - |
| XYZ | 35.51 | 37.73 | 6.28 | - |
| YUV | 156.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 24 | 0 | 0.16 | 0.88 | 0.24 | 49.06 | 0.78 | 0.43 |
| Hex | C2 | A3 | 18 | 0 | 10 | 58 | 18 | 31 | 4E | 2B |
| Octal | 302 | 243 | 30 | 0 | 20 | 130 | 30 | 61 | 116 | 53 |
| Binary | 11000010 | 10100011 | 11000 | 0 | 10000 | 1011000 | 11000 | 110001 | 1001110 | 101011 |
Color Harmonies of #C2A318
Complementary color
Monochromatic Colors of #C2A318
Black with #C2A318
Text Example
Text Example
White with #C2A318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A318; }
p { color: rgb(194,163,24); }
H1.HeaderClassName
{
color: #C2A318;
}
.AnyTagClassName
{
color: #C2A318;
}
</style>
background-color css
<style>
a { background-color: #C2A318; }
a { background-color: rgb(194,163,24); }
div.DivClassName
{
background-color: #C2A318;
}
.BgClassName
{
background-color: #C2A318;
}
</style>
border-color css
<style>
span { border-color: #C2A318; }
span { border-color: rgb(194,163,24); }
td.TdClassName
{
border-color: #C2A318;
}
.TagClassName
{
border-color: #C2A318;
}
</style>