Shades of Buddha Gold #C2AB08
Tints of Buddha Gold #C2AB08
RGB
CMYK
RGB Variations
Color information
#C2AB08 (or 0xC2AB08) is known color: Buddha Gold. HEX triplet: C2, AB and 08. RGB value is (194,171,8). Sum of RGB (Red+Green+Blue) = 194+171+8=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB08 is #3D54F7. Grayscale: #9F9F9F. Windows color (decimal): -4019448 or 568258. OLE color: 568258.
HSL color Cylindrical-coordinate representation of color #C2AB08: hue angle of 52.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2AB08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.24 |
| HSL | 52.58º | 0.92% | 0.4% | - |
| HSV(B) | 52.58º | 0.96% | 0.76% | - |
| XYZ | 36.85 | 40.61 | 6.13 | - |
| YUV | 159.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 8 | 0 | 0.12 | 0.96 | 0.24 | 52.58 | 0.92 | 0.4 |
| Hex | C2 | AB | 8 | 0 | C | 60 | 18 | 35 | 5C | 28 |
| Octal | 302 | 253 | 10 | 0 | 14 | 140 | 30 | 65 | 134 | 50 |
| Binary | 11000010 | 10101011 | 1000 | 0 | 1100 | 1100000 | 11000 | 110101 | 1011100 | 101000 |
Color Harmonies of #C2AB08
Complementary color
Monochromatic Colors of #C2AB08
Black with #C2AB08
Text Example
Text Example
White with #C2AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB08; }
p { color: rgb(194,171,8); }
H1.HeaderClassName
{
color: #C2AB08;
}
.AnyTagClassName
{
color: #C2AB08;
}
</style>
background-color css
<style>
a { background-color: #C2AB08; }
a { background-color: rgb(194,171,8); }
div.DivClassName
{
background-color: #C2AB08;
}
.BgClassName
{
background-color: #C2AB08;
}
</style>
border-color css
<style>
span { border-color: #C2AB08; }
span { border-color: rgb(194,171,8); }
td.TdClassName
{
border-color: #C2AB08;
}
.TagClassName
{
border-color: #C2AB08;
}
</style>