Html Css Color HEX #C4A026 Buddha Gold

📋 copy color: '#C4A026'

red 196 ◦ green 160 ◦ blue 38

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

Shades of Buddha Gold #C4A026

Tints of Buddha Gold #C4A026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 49.75%
G = 40.61%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4A026 (or 0xC4A026) is known color: Buddha Gold. HEX triplet: C4, A0 and 26. RGB value is (196,160,38). Sum of RGB (Red+Green+Blue) = 196+160+38=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A026 is #3B5FD9. Grayscale: #9D9D9D. Windows color (decimal): -3891162 or 2531524. OLE color: 2531524.

HSL color Cylindrical-coordinate representation of color #C4A026: hue angle of 46.33º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4A026 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 38 -
CMYK 0 0.18 0.81 0.23
HSL 46.33º 0.68% 0.46% -
HSV(B) 46.33º 0.81% 0.77% -
XYZ 35.69 37.02 7.1 -
YUV 156.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 196 160 38 0 0.18 0.81 0.23 46.33 0.68 0.46
Hex C4 A0 26 0 12 51 17 2E 44 2E
Octal 304 240 46 0 22 121 27 56 104 56
Binary 11000100 10100000 100110 0 10010 1010001 10111 101110 1000100 101110

Color Harmonies of #C4A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A026

Black with #C4A026

Text Example


Text Example

White with #C4A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A026; }

 p { color: rgb(196,160,38); }

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

background-color css

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

 a { background-color: rgb(196,160,38); }

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

border-color css

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

 span { border-color: rgb(196,160,38); }

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