Html Css Color HEX #C4A61A Buddha Gold

📋 copy color: '#C4A61A'

red 196 ◦ green 166 ◦ blue 26

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

Shades of Buddha Gold #C4A61A

Tints of Buddha Gold #C4A61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 50.52%
G = 42.78%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4A61A (or 0xC4A61A) is known color: Buddha Gold. HEX triplet: C4, A6 and 1A. RGB value is (196,166,26). Sum of RGB (Red+Green+Blue) = 196+166+26=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A61A is #3B59E5. Grayscale: #9F9F9F. Windows color (decimal): -3889638 or 1746628. OLE color: 1746628.

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

Color convert

RGB 196 166 26 -
CMYK 0 0.15 0.87 0.23
HSL 49.41º 0.77% 0.44% -
HSV(B) 49.41º 0.87% 0.77% -
XYZ 36.59 39.08 6.59 -
YUV 159.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 196 166 26 0 0.15 0.87 0.23 49.41 0.77 0.44
Hex C4 A6 1A 0 F 57 17 31 4D 2C
Octal 304 246 32 0 17 127 27 61 115 54
Binary 11000100 10100110 11010 0 1111 1010111 10111 110001 1001101 101100

Color Harmonies of #C4A61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A61A

Black with #C4A61A

Text Example


Text Example

White with #C4A61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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