#C4AB0F

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

Shades of Buddha Gold #C4AB0F

Tints of Buddha Gold #C4AB0F

Color information

#C4AB0F (or 0xC4AB0F) is unknown color: approx Buddha Gold. HEX triplet: C4, AB and 0F. RGB value is (196,171,15). Sum of RGB (Red+Green+Blue) = 196+171+15=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB0F is #3B54F0. Grayscale: #A1A1A1. Windows color (decimal): -3888369 or 1027012. OLE color: 1027012.

HSL color Cylindrical-coordinate representation of color #C4AB0F: hue angle of 51.71º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AB0F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19617115-
CMYK00.130.920.23
HSL51.71º85.78%41.37%-
HSV(B)51.71º92.35%76.86%-
XYZ37.4140.96.37-
YUV160.6945.78153.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 15 (6.25% from 255) = 3.93%
R=51.31%
G=44.76%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961711500.130.920.2351.7185.7841.37
HexC4ABF0D5C17345629
Octal30425317015134276412651
Binary11000100101010111111011011011100101111101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB0F; }

 p { color: rgb(196,171,15); }

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

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

 a { background-color: rgb(196,171,15); }

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

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

 span { border-color: rgb(196,171,15); }

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