#C89C13

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

Shades of Buddha Gold #C89C13

Tints of Buddha Gold #C89C13

Color information

#C89C13 (or 0xC89C13) is unknown color: approx Buddha Gold. HEX triplet: C8, 9C and 13. RGB value is (200,156,19). Sum of RGB (Red+Green+Blue) = 200+156+19=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C13 is #3763EC. Grayscale: #9A9A9A. Windows color (decimal): -3630061 or 1285320. OLE color: 1285320.

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

Color convert

RGB20015619-
CMYK00.220.900.22
HSL45.41º82.65%42.94%-
HSV(B)45.41º90.5%78.43%-
XYZ35.8336.15.7-
YUV153.5452.08161.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 19 (7.81% from 255) = 5.07%
R=53.33%
G=41.6%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001561900.220.900.2245.4182.6542.94
HexC89C130165A162d532b
Octal31023423026132265512353
Binary1100100010011100100110101101011010101101011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89C13; }

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

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

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

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

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

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

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

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