Shades of Buddha Gold #C4A303
Tints of Buddha Gold #C4A303
RGB
CMYK
RGB Variations
Color information
#C4A303 (or 0xC4A303) is known color: Buddha Gold. HEX triplet: C4, A3 and 03. RGB value is (196,163,3). Sum of RGB (Red+Green+Blue) = 196+163+3=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A303 is #3B5CFC. Grayscale: #9B9B9B. Windows color (decimal): -3890429 or 238532. OLE color: 238532.
HSL color Cylindrical-coordinate representation of color #C4A303: hue angle of 49.74º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4A303 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.23 |
| HSL | 49.74º | 0.97% | 0.39% | - |
| HSV(B) | 49.74º | 0.98% | 0.77% | - |
| XYZ | 35.88 | 37.94 | 5.52 | - |
| YUV | 154.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 3 | 0 | 0.17 | 0.98 | 0.23 | 49.74 | 0.97 | 0.39 |
| Hex | C4 | A3 | 3 | 0 | 11 | 62 | 17 | 32 | 61 | 27 |
| Octal | 304 | 243 | 3 | 0 | 21 | 142 | 27 | 62 | 141 | 47 |
| Binary | 11000100 | 10100011 | 11 | 0 | 10001 | 1100010 | 10111 | 110010 | 1100001 | 100111 |
Color Harmonies of #C4A303
Complementary color
Monochromatic Colors of #C4A303
Black with #C4A303
Text Example
Text Example
White with #C4A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A303; }
p { color: rgb(196,163,3); }
H1.HeaderClassName
{
color: #C4A303;
}
.AnyTagClassName
{
color: #C4A303;
}
</style>
background-color css
<style>
a { background-color: #C4A303; }
a { background-color: rgb(196,163,3); }
div.DivClassName
{
background-color: #C4A303;
}
.BgClassName
{
background-color: #C4A303;
}
</style>
border-color css
<style>
span { border-color: #C4A303; }
span { border-color: rgb(196,163,3); }
td.TdClassName
{
border-color: #C4A303;
}
.TagClassName
{
border-color: #C4A303;
}
</style>