#C89E1A

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

Shades of Buddha Gold #C89E1A

Tints of Buddha Gold #C89E1A

Color information

#C89E1A (or 0xC89E1A) is unknown color: approx Buddha Gold. HEX triplet: C8, 9E and 1A. RGB value is (200,158,26). Sum of RGB (Red+Green+Blue) = 200+158+26=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E1A is #3761E5. Grayscale: #9C9C9C. Windows color (decimal): -3629542 or 1744584. OLE color: 1744584.

HSL color Cylindrical-coordinate representation of color #C89E1A: hue angle of 45.52º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C89E1A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB20015826-
CMYK00.210.870.22
HSL45.52º76.99%44.31%-
HSV(B)45.52º87%78.43%-
XYZ36.2336.816.17-
YUV155.5154.91159.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=52.08%
G=41.15%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001582600.210.870.2245.5276.9944.31
HexC89E1A01557162e4d2c
Octal31023632025127265611554
Binary1100100010011110110100101011010111101101011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E1A; }

 p { color: rgb(200,158,26); }

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

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

 a { background-color: rgb(200,158,26); }

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

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

 span { border-color: rgb(200,158,26); }

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