Shades of Buddha Gold #C8AB10
Tints of Buddha Gold #C8AB10
RGB
CMYK
RGB Variations
Color information
#C8AB10 (or 0xC8AB10) is known color: Buddha Gold. HEX triplet: C8, AB and 10. RGB value is (200,171,16). Sum of RGB (Red+Green+Blue) = 200+171+16=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB10 is #3754EF. Grayscale: #A2A2A2. Windows color (decimal): -3626224 or 1092552. OLE color: 1092552.
HSL color Cylindrical-coordinate representation of color #C8AB10: hue angle of 50.54º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8AB10 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.22 |
| HSL | 50.54º | 0.85% | 0.42% | - |
| HSV(B) | 50.54º | 0.92% | 0.78% | - |
| XYZ | 38.48 | 41.44 | 6.46 | - |
| YUV | 162 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 16 | 0 | 0.14 | 0.92 | 0.22 | 50.54 | 0.85 | 0.42 |
| Hex | C8 | AB | 10 | 0 | E | 5C | 16 | 33 | 55 | 2A |
| Octal | 310 | 253 | 20 | 0 | 16 | 134 | 26 | 63 | 125 | 52 |
| Binary | 11001000 | 10101011 | 10000 | 0 | 1110 | 1011100 | 10110 | 110011 | 1010101 | 101010 |
Color Harmonies of #C8AB10
Complementary color
Monochromatic Colors of #C8AB10
Black with #C8AB10
Text Example
Text Example
White with #C8AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB10; }
p { color: rgb(200,171,16); }
H1.HeaderClassName
{
color: #C8AB10;
}
.AnyTagClassName
{
color: #C8AB10;
}
</style>
background-color css
<style>
a { background-color: #C8AB10; }
a { background-color: rgb(200,171,16); }
div.DivClassName
{
background-color: #C8AB10;
}
.BgClassName
{
background-color: #C8AB10;
}
</style>
border-color css
<style>
span { border-color: #C8AB10; }
span { border-color: rgb(200,171,16); }
td.TdClassName
{
border-color: #C8AB10;
}
.TagClassName
{
border-color: #C8AB10;
}
</style>