#C8A613

Color #C8A613 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C8A613

Tints of Buddha Gold #C8A613

Color information

#C8A613 (or 0xC8A613) is unknown color: approx 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

RGB20016619-
CMYK00.170.900.22
HSL48.73º82.65%42.94%-
HSV(B)48.73º90.5%78.43%-
XYZ37.5739.66.28-
YUV159.4148.76156.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=51.95%
G=43.12%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001661900.170.900.2248.7382.6542.94
HexC8A6130115A1631532b
Octal31024623021132266112353
Binary1100100010100110100110100011011010101101100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>