Html Css Color HEX #C4A41A Buddha Gold

📋 copy color: '#C4A41A'

red 196 ◦ green 164 ◦ blue 26

#C4A41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C4A41A

Tints of Buddha Gold #C4A41A

RGB

 RED value IS 196 (76.95% from 255) = 50.78%

 GREEN value IS 164 (64.45% from 255) = 42.49%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 50.78%
G = 42.49%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4A41A (or 0xC4A41A) is known color: Buddha Gold. HEX triplet: C4, A4 and 1A. RGB value is (196,164,26). Sum of RGB (Red+Green+Blue) = 196+164+26=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A41A is #3B5BE5. Grayscale: #9E9E9E. Windows color (decimal): -3890150 or 1746116. OLE color: 1746116.

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

Color convert

RGB 196 164 26 -
CMYK 0 0.16 0.87 0.23
HSL 48.71º 0.77% 0.44% -
HSV(B) 48.71º 0.87% 0.77% -
XYZ 36.23 38.36 6.47 -
YUV 157.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 196 164 26 0 0.16 0.87 0.23 48.71 0.77 0.44
Hex C4 A4 1A 0 10 57 17 31 4D 2C
Octal 304 244 32 0 20 127 27 61 115 54
Binary 11000100 10100100 11010 0 10000 1010111 10111 110001 1001101 101100

Color Harmonies of #C4A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A41A

Black with #C4A41A

Text Example


Text Example

White with #C4A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A41A; }

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

 H1.HeaderClassName
 {
   color: #C4A41A;
 }
 .AnyTagClassName
 {
   color: #C4A41A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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