Shades of Buddha Gold #C8A613
Tints of Buddha Gold #C8A613
RGB
CMYK
RGB Variations
Color information
#C8A613 (or 0xC8A613) is known color: Buddha Gold. HEX triplet: C8, A6 and 13. RGB value is (200,166,19). Sum of RGB (Red+Green+Blue) = 200+166+19=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A613 is #3759EC. Grayscale: #A0A0A0. Windows color (decimal): -3627501 or 1287880. OLE color: 1287880.
HSL color Cylindrical-coordinate representation of color #C8A613: hue angle of 48.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8A613 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 19 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.22 |
| HSL | 48.73º | 0.83% | 0.43% | - |
| HSV(B) | 48.73º | 0.91% | 0.78% | - |
| XYZ | 37.57 | 39.6 | 6.28 | - |
| YUV | 159.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 19 | 0 | 0.17 | 0.90 | 0.22 | 48.73 | 0.83 | 0.43 |
| Hex | C8 | A6 | 13 | 0 | 11 | 5A | 16 | 31 | 53 | 2B |
| Octal | 310 | 246 | 23 | 0 | 21 | 132 | 26 | 61 | 123 | 53 |
| Binary | 11001000 | 10100110 | 10011 | 0 | 10001 | 1011010 | 10110 | 110001 | 1010011 | 101011 |
Color Harmonies of #C8A613
Complementary color
Monochromatic Colors of #C8A613
Black with #C8A613
Text Example
Text Example
White with #C8A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A613; }
p { color: rgb(200,166,19); }
H1.HeaderClassName
{
color: #C8A613;
}
.AnyTagClassName
{
color: #C8A613;
}
</style>
background-color css
<style>
a { background-color: #C8A613; }
a { background-color: rgb(200,166,19); }
div.DivClassName
{
background-color: #C8A613;
}
.BgClassName
{
background-color: #C8A613;
}
</style>
border-color css
<style>
span { border-color: #C8A613; }
span { border-color: rgb(200,166,19); }
td.TdClassName
{
border-color: #C8A613;
}
.TagClassName
{
border-color: #C8A613;
}
</style>