#C8A713

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

Shades of Buddha Gold #C8A713

Tints of Buddha Gold #C8A713

Color information

#C8A713 (or 0xC8A713) is unknown color: approx Buddha Gold. HEX triplet: C8, A7 and 13. RGB value is (200,167,19). Sum of RGB (Red+Green+Blue) = 200+167+19=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A713 is #3758EC. Grayscale: #A0A0A0. Windows color (decimal): -3627245 or 1288136. OLE color: 1288136.

HSL color Cylindrical-coordinate representation of color #C8A713: hue angle of 49.06º 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 #C8A713 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB20016719-
CMYK00.160.900.22
HSL49.06º82.65%42.94%-
HSV(B)49.06º90.5%78.43%-
XYZ37.7639.966.34-
YUV16048.43156.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=51.81%
G=43.26%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001671900.160.900.2249.0682.6542.94
HexC8A7130105A1631532b
Octal31024723020132266112353
Binary1100100010100111100110100001011010101101100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A713; }

 p { color: rgb(200,167,19); }

 H1.HeaderClassName
 {
   color: #C8A713;
 }
 .AnyTagClassName
 {
   color: #C8A713;
 }
</style>
background-color css

<style>
 a { background-color: #C8A713; }

 a { background-color: rgb(200,167,19); }

 div.DivClassName
 {
   background-color: #C8A713;
 }
 .BgClassName
 {
   background-color: #C8A713;
 }
</style>
border-color css

<style>
 span { border-color: #C8A713; }

 span { border-color: rgb(200,167,19); }

 td.TdClassName
 {
   border-color: #C8A713;
 }
 .TagClassName
 {
   border-color: #C8A713;
 }
</style>