Shades of Buddha Gold #C4A102
Tints of Buddha Gold #C4A102
RGB
CMYK
RGB Variations
Color information
#C4A102 (or 0xC4A102) is known color: Buddha Gold. HEX triplet: C4, A1 and 02. RGB value is (196,161,2). Sum of RGB (Red+Green+Blue) = 196+161+2=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A102 is #3B5EFD. Grayscale: #9A9A9A. Windows color (decimal): -3890942 or 172484. OLE color: 172484.
HSL color Cylindrical-coordinate representation of color #C4A102: hue angle of 49.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4A102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.23 |
| HSL | 49.18º | 0.98% | 0.39% | - |
| HSV(B) | 49.18º | 0.99% | 0.77% | - |
| XYZ | 35.52 | 37.23 | 5.37 | - |
| YUV | 153.34 | 42.6 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 2 | 0 | 0.18 | 0.99 | 0.23 | 49.18 | 0.98 | 0.39 |
| Hex | C4 | A1 | 2 | 0 | 12 | 63 | 17 | 31 | 62 | 27 |
| Octal | 304 | 241 | 2 | 0 | 22 | 143 | 27 | 61 | 142 | 47 |
| Binary | 11000100 | 10100001 | 10 | 0 | 10010 | 1100011 | 10111 | 110001 | 1100010 | 100111 |
Color Harmonies of #C4A102
Complementary color
Monochromatic Colors of #C4A102
Black with #C4A102
Text Example
Text Example
White with #C4A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A102; }
p { color: rgb(196,161,2); }
H1.HeaderClassName
{
color: #C4A102;
}
.AnyTagClassName
{
color: #C4A102;
}
</style>
background-color css
<style>
a { background-color: #C4A102; }
a { background-color: rgb(196,161,2); }
div.DivClassName
{
background-color: #C4A102;
}
.BgClassName
{
background-color: #C4A102;
}
</style>
border-color css
<style>
span { border-color: #C4A102; }
span { border-color: rgb(196,161,2); }
td.TdClassName
{
border-color: #C4A102;
}
.TagClassName
{
border-color: #C4A102;
}
</style>