#C4991A

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

Shades of Buddha Gold #C4991A

Tints of Buddha Gold #C4991A

Color information

#C4991A (or 0xC4991A) is unknown color: approx Buddha Gold. HEX triplet: C4, 99 and 1A. RGB value is (196,153,26). Sum of RGB (Red+Green+Blue) = 196+153+26=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4991A is #3B66E5. Grayscale: #979797. Windows color (decimal): -3892966 or 1743300. OLE color: 1743300.

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

Color convert

RGB19615326-
CMYK00.220.870.23
HSL44.82º76.58%43.53%-
HSV(B)44.82º86.73%76.86%-
XYZ34.3434.595.84-
YUV151.3857.25159.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=52.27%
G=40.8%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961532600.220.870.2344.8276.5843.53
HexC4991A01657172d4d2c
Octal30423132026127275511554
Binary1100010010011001110100101101010111101111011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4991A; }

 p { color: rgb(196,153,26); }

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

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

 a { background-color: rgb(196,153,26); }

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

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

 span { border-color: rgb(196,153,26); }

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