Shades of Buddha Gold #C2AB0C
Tints of Buddha Gold #C2AB0C
RGB
CMYK
RGB Variations
Color information
#C2AB0C (or 0xC2AB0C) is known color: Buddha Gold. HEX triplet: C2, AB and 0C. RGB value is (194,171,12). Sum of RGB (Red+Green+Blue) = 194+171+12=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB0C is #3D54F3. Grayscale: #A0A0A0. Windows color (decimal): -4019444 or 830402. OLE color: 830402.
HSL color Cylindrical-coordinate representation of color #C2AB0C: hue angle of 52.42º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2AB0C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.24 |
| HSL | 52.42º | 0.88% | 0.4% | - |
| HSV(B) | 52.42º | 0.94% | 0.76% | - |
| XYZ | 36.88 | 40.62 | 6.24 | - |
| YUV | 159.75 | 44.62 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 12 | 0 | 0.12 | 0.94 | 0.24 | 52.42 | 0.88 | 0.4 |
| Hex | C2 | AB | C | 0 | C | 5E | 18 | 34 | 58 | 28 |
| Octal | 302 | 253 | 14 | 0 | 14 | 136 | 30 | 64 | 130 | 50 |
| Binary | 11000010 | 10101011 | 1100 | 0 | 1100 | 1011110 | 11000 | 110100 | 1011000 | 101000 |
Color Harmonies of #C2AB0C
Complementary color
Monochromatic Colors of #C2AB0C
Black with #C2AB0C
Text Example
Text Example
White with #C2AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB0C; }
p { color: rgb(194,171,12); }
H1.HeaderClassName
{
color: #C2AB0C;
}
.AnyTagClassName
{
color: #C2AB0C;
}
</style>
background-color css
<style>
a { background-color: #C2AB0C; }
a { background-color: rgb(194,171,12); }
div.DivClassName
{
background-color: #C2AB0C;
}
.BgClassName
{
background-color: #C2AB0C;
}
</style>
border-color css
<style>
span { border-color: #C2AB0C; }
span { border-color: rgb(194,171,12); }
td.TdClassName
{
border-color: #C2AB0C;
}
.TagClassName
{
border-color: #C2AB0C;
}
</style>